DESCRIPTION
See external documentation: wxSizerFlags.
DATA TYPES
-
- wxSizerFlags():
-
-
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() -> wxSizerFlags()
-
Equivalent to new([]).
new(Options::[Option]) -> wxSizerFlags()
-
Types:
-
Option = {proportion, integer()}
-
Option = {proportion, integer()}
-
See external documentation.
align(This, Alignment) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
Alignment = integer()
-
This = wxSizerFlags()
-
See external documentation.
border(This) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
-
This = wxSizerFlags()
-
Equivalent to border(This, []).
border(This, Options::[Option]) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
Option = {direction, integer()}
-
This = wxSizerFlags()
-
See external documentation.
border(This, Direction, BorderInPixels) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
Direction = integer()
BorderInPixels = integer()
-
This = wxSizerFlags()
-
See external documentation.
center(This) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
-
This = wxSizerFlags()
-
See external documentation.
centre(This) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
-
This = wxSizerFlags()
-
See external documentation.
expand(This) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
-
This = wxSizerFlags()
-
See external documentation.
left(This) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
-
This = wxSizerFlags()
-
See external documentation.
proportion(This, Proportion) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
Proportion = integer()
-
This = wxSizerFlags()
-
See external documentation.
right(This) -> wxSizerFlags()
-
Types:
-
This = wxSizerFlags()
-
This = wxSizerFlags()
-
See external documentation.
destroy(This::wxSizerFlags()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>