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 160734 - Gtk::MessageDialog doesn't manage buttons correctly
Gtk::MessageDialog doesn't manage buttons correctly
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.4
Other Linux
: High major
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-12-07 21:48 UTC by Ivan Sedo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ivan Sedo 2004-12-07 21:48:00 UTC
try the messagedialog example from the gtkmm-2.4.8 and there should be ok and
cancel buttons in question dialog there, but they aren't
Comment 1 Murray Cumming 2004-12-16 19:54:40 UTC
It looks like it's not an ORable field. It's just a simple enum, so you should
use  Gtk::BUTTONS_OK_CANCEL and/or add_button() to get what you want. I am very
surprised that this example has been wrong for so long. Thanks.

I've fixed the book text too.