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 <[EMAIL PROTECTED]> 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
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to