Handlebox Detachment
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > I have noticed that when the handlebox detaches and creates its child > window, it has a process in the task bar. Is is possible for this to not > show up in the task bar or is it intended that way? Reading the PSDK docs, it looks if setting the WS_EX_TOOLWINDOW extended window style bit would have that effect. Only have to find out the right place to do that in GDK so that it will only affect the right kind of windows. --tml