Re: gtk+ about dialog doesn't close
- From: "Samuel Cormier-Iijima" <sciyoshi gmail com>
- To: "John Zoidberg" <zohn joidberg gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: gtk+ about dialog doesn't close
- Date: Sat, 2 Jun 2007 01:37:49 -0400
Since GtkAboutDialog is a subclass of GtkDialog, it is intended to be used
as a modal dialog. Hence, you would do something like:
gtk_dialog_run(about_dialog);
gtk_widget_hide(about_dialog);
Also, see
http://developer.gnome.org/doc/API/2.0/gtk/GtkAboutDialog.html#gtk-show-about-dialog
Samuel
On 6/2/07, John Zoidberg <zohn joidberg gmail com> wrote:
Hi,
I have a problem with the gtk about dialog: When I click on the Close
button
it doesn't close.
There seems to be no event connected to the close button clicked signal.
And I can't add one either in Glade (v2 as well as v3).
What am I supposed to add to the code so that it works?
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]