Re: Preventing Gtk::Dialog to close



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]