Class: Wx::FlexSizerGrowMode
- Defined in:
- lib/wx/doc/gen/sizer.rb
Overview
Values which define the behaviour for resizing FlexGridSizer cells in the “non-flexible” direction.
Constant Summary collapse
- FLEX_GROWMODE_NONE =
Don’t resize the cells in non-flexible direction at all.
Wx::FlexSizerGrowMode.new(0)
- FLEX_GROWMODE_SPECIFIED =
Uniformly resize only the specified ones (default).
Wx::FlexSizerGrowMode.new(1)
- FLEX_GROWMODE_ALL =
Uniformly resize all cells.
Wx::FlexSizerGrowMode.new(2)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum