Method

GtkStackset_hhomogeneous

since: 3.16

Declaration [src]

void
gtk_stack_set_hhomogeneous (
  GtkStack* stack,
  gboolean hhomogeneous
)

Description [src]

Sets the GtkStack to be horizontally homogeneous or not. If it is homogeneous, the GtkStack will request the same width for all its children. If it isn’t, the stack may change width when a different child becomes visible.

Available since: 3.16

Sets propertyGtk.Stack:hhomogeneous

Parameters

hhomogeneous

Type: gboolean

TRUE to make stack horizontally homogeneous.