On Sun, 2005-07-31 at 15:11 +0200, Tobias Eberle wrote: > Hallo, > > I want to prevent that the user can close a dialog (derived from > Gtk::Dialog) by clicking on the X. I tried to override > on_delete_event(): [snip]
This shold work. Try a simple test case. It certainly works with Gtk::Window. You might also investigate on_response(). -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
