Re: Modal Dialog behind Toplevel window



Toni Moreno Giménez <toni moreno gimenez wanadoo es> writes:
> How can I avoid a Modal Dialog disapearing behind the Toplevel  Window?
> 

If you set it transient for the toplevel
(gtk_window_set_transient_for()) then many window managers will keep
it on top. If your window manager sucks and doesn't handle this, there
is no reasonable way to do it from the application.

Havoc



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