Re: Raising Windows to the top



"Freivald, Joseph AT., GOVMK" <jfreivald att com> writes: 
gtk_widget_show(GTK_WIDGET(window_ptr));
some_function_to_raise_window(GTK_WINDOW(window_ptr));

gdk_window_raise (GTK_WIDGET (window_ptr)->window) in GTK 1.2.x, 
gtk_window_present (window_ptr) in GTK 1.3.x/2.0.

Havoc



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