Returns the minimal size of the sizer. This is either the combined minimal size of all the children and their borders or the minimal size set by SetMinSize, epending on which is bigger
See Also: get_sizer_position, get_sizer_size, sizer_calc_min
Returns the current position of the sizer.
See Also: get_sizer_minsize, get_sizer_size, sizer_calc_min
Returns the current size of the sizer.
See Also: get_sizer_minsize, get_sizer_position, sizer_calc_min
Here, the sizer will do the actual calculation of its children minimal sizes. The size is returned as a sequence.
See Also: get_sizer_minsize, get_sizer_position, get_sizer_size