mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
If we're going to have a demo, we might as well pass in real values.
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com> * demos/gtk-demo/panes.c (create_pane_options): If we're going to have a demo, we might as well pass in real values. Thanks to clahey for pointing this out.
This commit is contained in:
parent
f1177b43fa
commit
5cdb3ca279
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* demos/gtk-demo/panes.c (create_pane_options): If we're going to
|
||||
have a demo, we might as well pass in real values. Thanks to
|
||||
clahey for pointing this out.
|
||||
|
||||
2001-02-14 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
|
||||
|
@ -65,7 +65,7 @@ create_pane_options (GtkPaned *paned,
|
||||
frame = gtk_frame_new (frame_label);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (frame), 4);
|
||||
|
||||
table = gtk_table_new (3, 2, 4);
|
||||
table = gtk_table_new (3, 2, TRUE);
|
||||
gtk_container_add (GTK_CONTAINER (frame), table);
|
||||
|
||||
label = gtk_label_new (label1);
|
||||
|
Loading…
Reference in New Issue
Block a user