table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
wxGridSizer(3erl) | Erlang Module Definition | wxGridSizer(3erl) |
NAME¶
wxGridSizer - See external documentation: wxGridSizer.DESCRIPTION¶
See external documentation: wxGridSizer.This class is derived (and can use functions) from:
wxSizer
DATA TYPES¶
- wxGridSizer():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
EXPORTS¶
new(Cols) -> wxGridSizer()Types:
Equivalent to new(Cols, []).
new(Cols, Options::[Option]) -> wxGridSizer()
Types:
Option = {vgap, integer()} | {hgap, integer()}
See external documentation.
new(Rows, Cols, Vgap, Hgap) -> wxGridSizer()
Types:
Cols = integer()
Vgap = integer()
Hgap = integer()
See external documentation.
getCols(This) -> integer()
Types:
See external documentation.
getHGap(This) -> integer()
Types:
See external documentation.
getRows(This) -> integer()
Types:
See external documentation.
getVGap(This) -> integer()
Types:
See external documentation.
setCols(This, Cols) -> ok
Types:
Cols = integer()
See external documentation.
setHGap(This, Gap) -> ok
Types:
Gap = integer()
See external documentation.
setRows(This, Rows) -> ok
Types:
Rows = integer()
See external documentation.
setVGap(This, Gap) -> ok
Types:
Gap = integer()
See external documentation.
destroy(This::wxGridSizer()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8 |