diff options
Diffstat (limited to 'tests/testorientable.c')
-rw-r--r-- | tests/testorientable.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testorientable.c b/tests/testorientable.c index f997c9209a..c002eebd96 100644 --- a/tests/testorientable.c +++ b/tests/testorientable.c @@ -69,17 +69,6 @@ main (int argc, char **argv) gtk_container_add (GTK_CONTAINER (box), gtk_button_new_with_label ("GtkBox 3")); - /* GtkButtonBox */ - box = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL); - orientables = g_list_prepend (orientables, box); - gtk_grid_attach (GTK_GRID (grid), box, 1, 1, 1, 1); - gtk_container_add (GTK_CONTAINER (box), - gtk_button_new_with_label ("GtkButtonBox 1")); - gtk_container_add (GTK_CONTAINER (box), - gtk_button_new_with_label ("GtkButtonBox 2")); - gtk_container_add (GTK_CONTAINER (box), - gtk_button_new_with_label ("GtkButtonBox 3")); - /* GtkSeparator */ box = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL); orientables = g_list_prepend (orientables, box); |