RE: GtkAboutDialog
- From: "Ian Puleston" <ian underpressuredivers com>
- To: <gtk-list gnome org>
- Subject: RE: GtkAboutDialog
- Date: Mon, 20 Apr 2009 13:50:06 -0700
> -----Original Message-----
> From: frederico schardong
> Sent: Saturday, April 18, 2009 3:24 PM
>
> Hi,
>
> What I must do to when I click on Close button of GtkAboutDialog to it
> close?
Hi Frederico,
That would depend on how you are running it. It you do it the easy way and
use gtk_show_about_dialog then you need do absolutely nothing. But if
clicking close is not working then I'm guessing that you are using
gtk_dialog_run() to launch it. In that case the most likely reason that the
window is not closing would be that you are not deleting the window widget.
Make sure to call gtk_widget_destroy(win) on return from
gtk_dialog_run(GTK_DIALOG(win)).
Ian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]