Re: bring window to the top



Donovan Artz <dono nis lanl gov> writes:
> how can i bring a window in GTK to be the top window?
> i'd like to have a "windows" menu in my menubar which contains a list of
> the open document windows -- selecting a window in the menu should cause
> it to come to the top.
> 
> i've tried gtk_widget_grab_focus(myGtkWindow) to no avail.
> 

gdk_window_raise (GTK_WIDGET (window)->window);

Havoc




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