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.