Re: Modal Dialog behind Toplevel window
- From: Havoc Pennington <hp redhat com>
- To: Toni Moreno Giménez <toni moreno gimenez wanadoo es>
- Cc: gtk-list gnome org
- Subject: Re: Modal Dialog behind Toplevel window
- Date: 21 Dec 2001 09:13:34 -0500
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]