forked from AuroraMiddleware/gtk
testbaseline: Add a horizontal spinbutton
This commit is contained in:
parent
42aa7453ab
commit
d6bb1625e9
@ -133,6 +133,10 @@ main (int argc,
|
||||
gtk_orientable_set_orientation (GTK_ORIENTABLE (spin), GTK_ORIENTATION_VERTICAL);
|
||||
gtk_widget_set_valign (spin, aligns[j]);
|
||||
gtk_container_add (GTK_CONTAINER (hbox), spin);
|
||||
|
||||
spin = gtk_spin_button_new (NULL, 0, 1);
|
||||
gtk_widget_set_valign (spin, aligns[j]);
|
||||
gtk_container_add (GTK_CONTAINER (hbox), spin);
|
||||
}
|
||||
|
||||
grid_hbox = hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 10);
|
||||
|
Loading…
Reference in New Issue
Block a user