PPT Slide
Homogeneous - all widgets are assigned the same width (in a horizontal box), the same height (in a vertical box).
Spacing - the default (minimum) number of pixels
between child widgets
GtkWidget *box;
box = gtk_vbox_new(False, 0);
HOMOGENEOUS
SPACING
Previous slide
Next slide
Back to first slide
View graphic version