Re: How to prevent gtk_dialog staying on-top?



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]