GNOME Bugzilla – Bug 113691
Gtk::Dialog non-modal mode not supported
Last modified: 2004-12-22 21:47:04 UTC
I use gtkmm 2.2.1 and the attempt to "set_modal(false)" a Gtk::Dialog doesn't show any effect. The dialog remains modal.
Could you check this with a C example? Or at least tell us something about your distro and window manager?
I'm sure there are examples in GTK+ that you could play with.
Maybe you are using gtk_dialog_run(). The documentation for that says "Also, during Gtk::Dialog::run() the dialog will be modal.". If you don't want such a dialog to be modal then you probably need more complex code than that. Please reopen this bug if necessary.