[Glade-users] Make window stay on top?

Alexey Kurochkin alexey.kurochkin at pathfinderlwd.com
Thu Mar 27 08:45:10 EDT 2008


You also can use gtk_window_set_keep_above if you need it to stay above
ALL the windows, not only your application windows, but I do not think
this property is exposed in Glade, besides it is window manager
specific.

On Thu, 2008-03-27 at 00:16 -0300, Tristan Van Berkom wrote:
> you can set it to be a modal window, boolean property on the window object,
> modal windows are not recommended.
> 
> try instead to use the "transient parent" property to set the window to stay
> above another specified window.
> 
> cheers,
>               -tristan
> 
> On Wed, Mar 26, 2008 at 10:39 PM, Andrew Min <andrew at andrewmin.com> wrote:
> > Hey,
> > This is a really n00bish question, but does anyone have any idea how to make
> > a window stay on top of all the other windows regardless of whether it's
> > focused or not using Glade?
> >
> > --
> > Andrew Min
> >  http://www.andrewmin.com/
> > andrew at andrewmin.com
> > _______________________________________________
> >  Glade-users maillist  -  Glade-users at lists.ximian.com
> >  http://lists.ximian.com/mailman/listinfo/glade-users
> >
> >
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users


More information about the Glade-users mailing list