Re: Preventing Gtk::Dialog to close
- From: Guillaume Brocker <guillaume brocker digital-trainers com>
- Cc: gtkmm-list gnome org
- Subject: Re: Preventing Gtk::Dialog to close
- Date: Fri, 31 Oct 2008 09:32:11 +0100
Ok. I forget to mention that the dialog have to be modal and block the
main program's execution until the user gives it response via the dialog
box.
Milosz Derezynski a écrit :
Don't use Gtk::Dialog::run(), but just use show() or present() (it's a
Gtk::Window derivative), and connect to the response signal
signal_response() instead.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]