Re: Gtk::AboutDialog



It's a Gtk::Dialog so you can either use ::run() and then check the response _after which you are yourself responsible for disposing or at least hiding_ the dialog, or connect to signal_response() and do there basically the same.

In other words, nothing will happen on CLOSE as it will only make it return a Gtk::RESPONSE_CLOSE (IIRC) from the run() function.

2008/4/30 Andreas Volz <lists brachttal net>:
Am Wed, 30 Apr 2008 22:20:21 +0200 schrieb Christopher Lang:

>
> Did you try the modal / not modal setting?

Same result.

> What happens if you "run()" the dialog?

Same result.

> Does the 'delete window' (the right upper X) work?

Yes.

> Could you strip down your glade file to just the AboutDialog and
> attach it? We then could try it.

Maybe later if nothing else works.

> I recently did several about dialogs, never encountered a problem
> with 'close'.
>
> Which GTK version are you using?

gtk-2.12.0
gtkmm2.4-2.12.0

regards
Andreas
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]