----- Original Message ----- From: "Richard Frith-Macdonald" <[EMAIL PROTECTED]>
To: <gnustep-dev@gnu.org>
Sent: Tuesday, March 29, 2005 2:28 PM
Subject: Re: [Gnustep-cvs] gnustep/core/back ChangeLog Headers/x11/XGDragV...


Having various panels appear in the taskbar is a little irritating ... having the window used to drag and drop an image appear in the taskbar was downright horrible. Maybe there is a better solution to exclude windows from the taskbar ... but I'm not a windows programmer, so I don't know of one.

I believe that the proper way to let windows know that you don't want a taskbar button is to set an owner for the window. (parameter 8 of CreateWindow) The owner can be any other window, or even a hidden dummy window. Alternatively you can use the WS_EX_TOOLWINDOW style flag on CreateWindowEx.





_______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to