Public Member Functions | |
this (IntPtr wxobj) | |
this (int cols, int vgap, int hgap) | |
this (int rows, int cols, int vgap, int hgap) | |
override void | RecalcSizes () |
override Size | CalcMin () |
void | AddGrowableRow (int idx) |
void | RemoveGrowableRow (int idx) |
void | AddGrowableCol (int idx) |
void | RemoveGrowableCol (int idx) |
void | SetFlexibleDirection (int direction) |
int | GetFlexibleDirection () |
void | SetNonFlexibleGrowMode (FlexSizerGrowMode mode) |
FlexSizerGrowMode | GetNonFlexibleGrowMode () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from GridSizer.
this | ( | int | cols, | |
int | vgap, | |||
int | hgap | |||
) |
Reimplemented from GridSizer.
this | ( | int | rows, | |
int | cols, | |||
int | vgap, | |||
int | hgap | |||
) |
Reimplemented from GridSizer.
override void RecalcSizes | ( | ) |
Reimplemented from GridSizer.
void AddGrowableRow | ( | int | idx | ) |
void RemoveGrowableRow | ( | int | idx | ) |
void AddGrowableCol | ( | int | idx | ) |
void RemoveGrowableCol | ( | int | idx | ) |
void SetFlexibleDirection | ( | int | direction | ) |
int GetFlexibleDirection | ( | ) |
void SetNonFlexibleGrowMode | ( | FlexSizerGrowMode | mode | ) |
FlexSizerGrowMode GetNonFlexibleGrowMode | ( | ) |