Re: Close GTK Main window
- From: "Pavel A. da Mek" <a da_mek0 ufoni cz>
- To: <gtk-app-devel-list gnome org>
- Subject: Re: Close GTK Main window
- Date: Thu, 24 Sep 2009 12:39:36 -0000
Is it possible to close a GTK main window through the code?
gtk_widget_destroy (mainWindow);
The application can continue running after the window is destroyed, if
you simply omit the usual
g_signal_connect (G_OBJECT (mainWindow), "destroy", G_CALLBACK
(gtk_main_quit), NULL);
P.A.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]