Re: Bringing a window to the front

2009-05-18 Thread Gorshkov
Bingo I have no idea how I managed to miss that in the docs, but it's been driving insane for the last 3 days. tyvm :-) Tadej Borovšak wrote: Hello. I think that gtk_window_present is the function you're looking for. http://library.gnome.org/devel/gtk/stable/GtkWindow.html#gtk-window-pre

Re: Bringing a window to the front

2009-05-17 Thread Tadej Borovšak
Hello. I think that gtk_window_present is the function you're looking for. http://library.gnome.org/devel/gtk/stable/GtkWindow.html#gtk-window-present 2009/5/18 Gorshkov : > I have an application where I occasionally open a window when a user selects > a field in another window. 2nd window (usu

Bringing a window to the front

2009-05-17 Thread Gorshkov
I have an application where I occasionally open a window when a user selects a field in another window. 2nd window (usually) is kept open, but over time becomes hidden by other windows. The second window automatically becomes the active window when I first show it, so that's not a problem. My