wxFlexGridSizer

See external documentation: wxFlexGridSizer.

See external documentation: wxFlexGridSizer.

This class is derived (and can use functions) from:
wxGridSizer
wxSizer

Functions


new(Cols) -> wxFlexGridSizer()

  • Cols = integer()

Equivalent to new(Cols, []).

new(Cols, Options::[Option]) -> wxFlexGridSizer()

  • Cols = integer()
  • Option = {vgap, integer()} | {hgap, integer()}

See external documentation.

new(Rows, Cols, Vgap, Hgap) -> wxFlexGridSizer()

  • Rows = integer()
  • Cols = integer()
  • Vgap = integer()
  • Hgap = integer()

See external documentation.

addGrowableCol(This, Idx) -> ok

addGrowableCol(This, Idx, Options::[Option]) -> ok

See external documentation.

addGrowableRow(This, Idx) -> ok

addGrowableRow(This, Idx, Options::[Option]) -> ok

See external documentation.

getFlexibleDirection(This) -> integer()

See external documentation.

getNonFlexibleGrowMode(This) -> wx:wx_enum()

See external documentation.
Res = ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL

removeGrowableCol(This, Idx) -> ok

See external documentation.

removeGrowableRow(This, Idx) -> ok

See external documentation.

setFlexibleDirection(This, Direction) -> ok

See external documentation.

setNonFlexibleGrowMode(This, Mode) -> ok

See external documentation.
Mode = ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL

destroy(This::wxFlexGridSizer()) -> ok

Destroys this object, do not use object again