forked from AuroraMiddleware/gtk
exit on close.
2004-09-30 Paolo Borelli <pborelli@katamail.com> * tests/testellipsize.c: exit on close.
This commit is contained in:
parent
3fd60e6a62
commit
1cb70ed408
@ -1,3 +1,7 @@
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
||||
2004-09-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
||||
2004-09-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
||||
2004-09-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
||||
2004-09-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
|
||||
|
@ -45,6 +45,7 @@ main (int argc, char *argv[])
|
||||
gtk_init (&argc, &argv);
|
||||
|
||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
g_signal_connect (window, "destroy", G_CALLBACK (gtk_main_quit), NULL);
|
||||
vbox = gtk_vbox_new (0, FALSE);
|
||||
gtk_container_add (GTK_CONTAINER (window), vbox);
|
||||
hbox = gtk_hbox_new (0, FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user