git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58561
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxFlexGridSizer
//---------------------------------------------------------------------------
// wxFlexGridSizer
//---------------------------------------------------------------------------
-// the bevaiour for resizing wxFlexGridSizer cells in the "non-flexible"
-// direction
+// values which define the behaviour for resizing wxFlexGridSizer cells in the
+// "non-flexible" direction
enum wxFlexSizerGrowMode
{
// don't resize the cells in non-flexible direction at all
enum wxFlexSizerGrowMode
{
// don't resize the cells in non-flexible direction at all
+/**
+ Values which define the behaviour for resizing wxFlexGridSizer cells in the
+ "non-flexible" direction.
+*/
+enum wxFlexSizerGrowMode
+{
+ /// Don't resize the cells in non-flexible direction at all.
+ wxFLEX_GROWMODE_NONE,
+
+ /// Uniformly resize only the specified ones (default).
+ wxFLEX_GROWMODE_SPECIFIED,
+
+ /// Uniformly resize all cells.
+ wxFLEX_GROWMODE_ALL
+};
+
/**
@class wxFlexGridSizer
/**
@class wxFlexGridSizer