Method
GtkStackset_homogeneous
since: 3.10
Declaration [src]
void
gtk_stack_set_homogeneous (
GtkStack* stack,
gboolean homogeneous
)
Description [src]
Sets the GtkStack to be homogeneous or not. If it
is homogeneous, the GtkStack will request the same
size for all its children. If it isn’t, the stack
may change size when a different child becomes visible.
Since 3.16, homogeneity can be controlled separately
for horizontal and vertical size, with the
GtkStack:hhomogeneous and GtkStack:vhomogeneous.
Available since: 3.10
| Sets property | Gtk.Stack:homogeneous |