mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Use buttonboxes instead of hbuttonboxes
This commit is contained in:
parent
7d3c5b2763
commit
3e066e893e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user