[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to prevent gtk_dialog staying on-top?
- From: Gus Koppel <gtk spamkiller bytechase cx>
- To: gtk-app-devel-list gnome org
- Subject: Re: How to prevent gtk_dialog staying on-top?
- Date: Mon, 27 Oct 2003 10:39:51 +0100
ralf@deres-mueller.de wrote:
> my gtk_dialog cannot be put behind the main window.
> Haw can I prevent this?
There are two options:
1. Try
http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for
2. Use a standard top level window (instead of a GtkDialog) as the base
construct for your dialog.
The latter option provides some greater flexibility for the design of
your dialog. It's best used for non-modal dialogs, though.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]