Click to See Complete Forum and Search --> : GTK+ Window Always On Top


tecknophreak
04-22-2003, 09:11 AM
I'm writing an application with a touch screen monitor which uses GTK+(ver 2.0). When a user taps an entry field, a little keypad pops up for the user. Since I'm running my app straight off of Xwindows with no WM, if you would touch the other main window, you'll lose the keypad.

Is there a way to have that keypad always on top?

Thanks.

bwkaz
04-22-2003, 06:23 PM
http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for

Perhaps? That's as close to "popup" style (aka always-on-top) as I can find in the Gtk docs.