there is extra space available to the sizer.
The @a proportion parameter has the same meaning as the stretch factor
there is extra space available to the sizer.
The @a proportion parameter has the same meaning as the stretch factor
- for the sizers() except that if all proportions are 0, then all columns
- are resized equally (instead of not being resized at all).
+ for the sizers (see wxBoxSizer) except that if all proportions are 0,
+ then all columns are resized equally (instead of not being resized at all).
the proportion you must call RemoveGrowableCol() first and then make it
growable (with a different proportion) again. You can use IsColGrowable()
to check whether a column is already growable.
the proportion you must call RemoveGrowableCol() first and then make it
growable (with a different proportion) again. You can use IsColGrowable()
to check whether a column is already growable.
- and columns by default, or rows only if GetFlexibleDirection() is @c
- wxVERTICAL or columns only if it is @c wxHORIZONTAL) is always governed
+ and columns by default, or rows only if GetFlexibleDirection() is
+ @c wxVERTICAL or columns only if it is @c wxHORIZONTAL) is always governed
by their proportion as specified in the call to AddGrowableRow() or
AddGrowableCol(). What happens in the other direction depends on the
value of returned by this function as described below.
by their proportion as specified in the call to AddGrowableRow() or
AddGrowableCol(). What happens in the other direction depends on the
value of returned by this function as described below.
Argument @a direction can be @c wxVERTICAL, @c wxHORIZONTAL or @c wxBOTH
(which is the default value). Any other value is ignored.
Argument @a direction can be @c wxVERTICAL, @c wxHORIZONTAL or @c wxBOTH
(which is the default value). Any other value is ignored.
See GetFlexibleDirection() for the explanation of these values.
Note that this method does not trigger relayout.
*/
See GetFlexibleDirection() for the explanation of these values.
Note that this method does not trigger relayout.
*/