Stack.setVhomogeneous
void setVhomogeneous(bool vhomogeneous)Sets the [gtk.stack.Stack] to be vertically homogeneous or not.
If it is homogeneous, the [gtk.stack.Stack] will request the same height for all its children. If it isn't, the stack may change height when a different child becomes visible.
Parameters
vhomogeneous | true to make stack vertically homogeneous |