After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113691 - Gtk::Dialog non-modal mode not supported
Gtk::Dialog non-modal mode not supported
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: build
2.2
Other Linux
: Normal major
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2003-05-25 13:46 UTC by Marcel Karras
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcel Karras 2003-05-25 13:46:02 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.
Comment 1 Murray Cumming 2003-05-26 15:19:43 UTC
Could you check this with a C example? Or at least tell us something
about your distro and window manager?
Comment 2 Murray Cumming 2003-05-28 13:56:15 UTC
I'm sure there are examples in GTK+ that you could play with.
Comment 3 Murray Cumming 2003-05-30 13:19:31 UTC
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.