Handlebox Detachment
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Tor Lillqvist writes: > Reading the PSDK docs, it looks if setting the WS_EX_TOOLWINDOW > extended window style bit would have that effect. Fixed in CVS (gtk-2-2 branch) a moment ago: 2003-01-09 Tor Lillqvist <[email protected]> * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint): Implement by setting or clearing the WS_EX_TOOLWINDOW extended window style. (gdk_window_set_type_hint): Add all cases to the switch (not all do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by calling gdk_window_set_skip_taskbar_hint(). This means that GTK won't know that the skip_taskbar hint is on for the window, is this bad? --tml