Version: 3.0.4
sizer.h File Reference

Classes

class  wxSizer
 
class  wxStdDialogButtonSizer
 
class  wxSizerItem
 
class  wxSizerFlags
 
class  wxFlexGridSizer
 
class  wxGridSizer
 
class  wxStaticBoxSizer
 
class  wxBoxSizer
 

Enumerations

enum  wxFlexSizerGrowMode {
  wxFLEX_GROWMODE_NONE,
  wxFLEX_GROWMODE_SPECIFIED,
  wxFLEX_GROWMODE_ALL
}
 Values which define the behaviour for resizing wxFlexGridSizer cells in the "non-flexible" direction. More...
 

Enumeration Type Documentation

◆ wxFlexSizerGrowMode

Values which define the behaviour for resizing wxFlexGridSizer cells in the "non-flexible" direction.

Enumerator
wxFLEX_GROWMODE_NONE 

Don't resize the cells in non-flexible direction at all.

wxFLEX_GROWMODE_SPECIFIED 

Uniformly resize only the specified ones (default).

wxFLEX_GROWMODE_ALL 

Uniformly resize all cells.