[grilo] [test-ui] Replaced hbox with hpaned
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] [test-ui] Replaced hbox with hpaned
- Date: Tue, 8 Jun 2010 10:57:28 +0000 (UTC)
commit 1d7ed85c8fc00d2841fac4c6b687080165cd7d08
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date: Tue Jun 8 10:45:32 2010 +0200
[test-ui] Replaced hbox with hpaned
Now we can move bar between both panels.
tools/grilo-test-ui/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index e021eb1..f1901b9 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1222,7 +1222,7 @@ ui_setup (void)
gtk_container_add (GTK_CONTAINER (view->window), mainbox);
/* Main layout */
- GtkWidget *box = gtk_hbox_new (FALSE, 0);
+ GtkWidget *box = gtk_hpaned_new ();
view->lpane = gtk_vbox_new (FALSE, 0);
view->rpane = gtk_vbox_new (FALSE, 0);
gtk_container_add (GTK_CONTAINER (mainbox), box);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]