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.
On Thu, Oct 30, 2008 at 5:43 PM, Guillaume Brocker <[EMAIL PROTECTED]> wrote: > Hi ! > > I'm searching a way to prevent a Gtk::Dialog to close for some reason when > the user clicks on either button. > > How can I do that ? > > Thank you. > Guillaume > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > -- Please note that according to the German law on data retention, information on every electronic information exchange with me is retained for a period of six months. [Bitte beachten Sie, dass dem Gesetz zur Vorratsdatenspeicherung zufolge jeder elektronische Kontakt mit mir sechs Monate lang gespeichert wird.] _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
