On Thursday 21 December 2000 22:03, Sean 'Shaleh' Perry wrote:
> Some GTK apps' dialog boxes are treated as normal windows and not
> dialog boxes. This is despite the author setting the window type to:
> GTK_DIALOG_WINDOW. What further steps must be taken?
Dialog windows are normal referred to transient windows. Most toolkits
(except for gtk it seems)out there tell the window manager this by
setting the WM_TRANSIENT_FOR hint. Soon (I hope I hope I hope), I'll be
able to convert blackbox over to the new NET WM Spec, and once gtk
supports it, dialogs should be no problem.
--