wxGridSizer

See external documentation: wxGridSizer.

See external documentation: wxGridSizer.

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

Functions


new(Cols) -> wxGridSizer()

  • Cols = integer()

Equivalent to new(Cols, []).

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

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

See external documentation.

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

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

See external documentation.

getCols(This) -> integer()

See external documentation.

getHGap(This) -> integer()

See external documentation.

getRows(This) -> integer()

See external documentation.

getVGap(This) -> integer()

See external documentation.

setCols(This, Cols) -> ok

See external documentation.

setHGap(This, Gap) -> ok

See external documentation.

setRows(This, Rows) -> ok

See external documentation.

setVGap(This, Gap) -> ok

See external documentation.

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

Destroys this object, do not use object again