Stack.setHomogeneous

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.

class Stack
void
setHomogeneous

Parameters

homogeneous int

TRUE to make stack homogeneous Since 3.10

Meta