mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
tests/testgtk.c (create_handle_box):
(create_toolbar): Replace gtk_window_set_policy calls by gtk_window_set_resizable.
This commit is contained in:
parent
c723bc6d30
commit
cf79ce5137
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
|
||||
|
||||
* tests/testgtk.c (create_handle_box):
|
||||
(create_toolbar): Replace gtk_window_set_policy calls by
|
||||
gtk_window_set_resizable.
|
||||
|
||||
2001-08-16 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_info.png: new style bulb
|
||||
|
@ -713,7 +713,7 @@ create_toolbar (void)
|
||||
{
|
||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_title (GTK_WINDOW (window), "Toolbar test");
|
||||
gtk_window_set_policy (GTK_WINDOW (window), FALSE, TRUE, TRUE);
|
||||
gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
|
||||
|
||||
gtk_signal_connect (GTK_OBJECT (window), "destroy",
|
||||
GTK_SIGNAL_FUNC (gtk_widget_destroyed),
|
||||
@ -1553,10 +1553,7 @@ create_handle_box (void)
|
||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_title (GTK_WINDOW (window),
|
||||
"Handle Box Test");
|
||||
gtk_window_set_policy (GTK_WINDOW (window),
|
||||
TRUE,
|
||||
TRUE,
|
||||
TRUE);
|
||||
gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
|
||||
|
||||
gtk_signal_connect (GTK_OBJECT (window), "destroy",
|
||||
GTK_SIGNAL_FUNC(gtk_widget_destroyed),
|
||||
|
Loading…
Reference in New Issue
Block a user