Re: Raising Windows to the top



"Tara M" <learfox furry ao net> writes: 
I don't think there is a gtk way of doing this but there is
a solution you can try. If the widget is a GTK_WINDOW, get the
GdkWindow associated with it and then get the GdkWindow's XID,
this means you then go to the gdkx level and use XMapRaised() on
that window (you'll also need the display pointer).

gdk_window_show() calls XMapRaised(), so the gdk_window_raise() I
suggested earlier is pointless.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]