[gtk+] Use buttonboxes instead of hbuttonboxes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Use buttonboxes instead of hbuttonboxes
- Date: Wed, 8 Jun 2011 02:03:46 +0000 (UTC)
commit 3e066e893ec688ae033fc44d795df34f12518d10
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 7 22:03:19 2011 -0400
Use buttonboxes instead of hbuttonboxes
modules/other/gail/tests/testtable.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/other/gail/tests/testtable.c b/modules/other/gail/tests/testtable.c
index 47ca744..4d90381 100644
--- a/modules/other/gail/tests/testtable.c
+++ b/modules/other/gail/tests/testtable.c
@@ -814,7 +814,7 @@ void test_choice_gui(AtkObject **obj)
button = gtk_button_new_with_mnemonic("_Run Test");
- hbuttonbox = gtk_hbutton_box_new();
+ hbuttonbox = gtk_button_box_new(GTK_ORIENTATION_HORIZONTAL);
gtk_button_box_set_layout(GTK_BUTTON_BOX(hbuttonbox),
GTK_BUTTONBOX_SPREAD);
gtk_box_pack_end (GTK_BOX (hbuttonbox), GTK_WIDGET (button), TRUE, TRUE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]