[gtk+] Use boxes instead of hboxes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Use boxes instead of hboxes
- Date: Tue, 7 Jun 2011 23:57:36 +0000 (UTC)
commit c13444623083bad6b1dd801b411ce761cee342dc
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 7 19:56:27 2011 -0400
Use boxes instead of hboxes
tests/testgtk.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index d38055d..6df0fe4 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -1750,7 +1750,7 @@ create_handle_box (GtkWidget *widget)
"detached");
gtk_widget_show (handle_box2);
- hbox = g_object_new (GTK_TYPE_HBOX, "visible", 1, "parent", handle_box2, NULL);
+ hbox = g_object_new (GTK_TYPE_BOX, "visible", 1, "parent", handle_box2, NULL);
label = gtk_label_new ("Fooo!");
gtk_container_add (GTK_CONTAINER (hbox), label);
gtk_widget_show (label);
@@ -9480,7 +9480,7 @@ create_idle_test (GtkWidget *widget)
gtk_widget_show (label);
container =
- g_object_new (GTK_TYPE_HBOX,
+ g_object_new (GTK_TYPE_BOX,
"visible", TRUE,
/* "GtkContainer::child", g_object_new (GTK_TYPE_HBOX,
* "GtkWidget::visible", TRUE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]