Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()

This commit is contained in:
Javier Jardón
2010-10-30 01:21:15 +02:00
parent 8154a5930d
commit e31304fb7b
15 changed files with 24 additions and 24 deletions

View File

@ -588,7 +588,7 @@ _create_select_tests_window (AtkObject *obj,
/* Setup Layout */
md[window_no]->vbox = gtk_vbox_new (TRUE, 0);
md[window_no]->button = gtk_button_new_with_mnemonic ("_Run Tests");
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),