wxFlexGridSizer(3erl) | Erlang Module Definition | wxFlexGridSizer(3erl) |
wxFlexGridSizer - See external documentation: wxFlexGridSizer.
See external documentation: wxFlexGridSizer.
This class is derived (and can use functions) from:
wxGridSizer
wxSizer
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.
new(Cols) -> wxFlexGridSizer()
Types:
Equivalent to new(Cols, []).
new(Cols, Options::[Option]) -> wxFlexGridSizer()
Types:
See external documentation.
new(Rows, Cols, Vgap, Hgap) -> wxFlexGridSizer()
Types:
See external documentation.
addGrowableCol(This, Idx) -> ok
Types:
Equivalent to addGrowableCol(This, Idx, []).
addGrowableCol(This, Idx, Options::[Option]) -> ok
Types:
See external documentation.
addGrowableRow(This, Idx) -> ok
Types:
Equivalent to addGrowableRow(This, Idx, []).
addGrowableRow(This, Idx, Options::[Option]) -> ok
Types:
See external documentation.
getFlexibleDirection(This) -> integer()
Types:
See external documentation.
getNonFlexibleGrowMode(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED |
?wxFLEX_GROWMODE_ALL
removeGrowableCol(This, Idx) -> ok
Types:
See external documentation.
removeGrowableRow(This, Idx) -> ok
Types:
See external documentation.
setFlexibleDirection(This, Direction) -> ok
Types:
See external documentation.
setNonFlexibleGrowMode(This, Mode) -> ok
Types:
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
<>
wx 1.9.2 |