GNOME Bugzilla – Bug 88668
Dialog should return Button, not Widget.
Last modified: 2004-12-22 21:47:04 UTC
The Gtk::Dialog::add_button( ... ) methods return a Gtk::Widget *. This should probably become a Gtk::Button *, so you can treat it as a button.
2002-07-20 Murray Cumming <murrayc@usa.net> * Gtk::Dialog: add_button() now returns a Button* instead of a Widget*. Bug #88668