table of contents
- buster 1:21.2.6+dfsg-1
- testing 1:23.2.6+dfsg-1
- unstable 1:23.2.6+dfsg-1
- experimental 1:24.0.5+dfsg-1
wxSizerFlags(3erl) | Erlang Module Definition | wxSizerFlags(3erl) |
NAME¶
wxSizerFlags - See external documentation: wxSizerFlags.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:
See external documentation.
align(This, Alignment) -> wxSizerFlags()
Types:
Alignment = integer()
See external documentation.
border(This) -> wxSizerFlags()
Types:
Equivalent to border(This, []).
border(This, Options::[Option]) -> wxSizerFlags()
Types:
Option = {direction, integer()}
See external documentation.
border(This, Direction, BorderInPixels) ->
wxSizerFlags()
Types:
Direction = integer()
BorderInPixels = integer()
See external documentation.
center(This) -> wxSizerFlags()
Types:
See external documentation.
centre(This) -> wxSizerFlags()
Types:
See external documentation.
expand(This) -> wxSizerFlags()
Types:
See external documentation.
left(This) -> wxSizerFlags()
Types:
See external documentation.
proportion(This, Proportion) -> wxSizerFlags()
Types:
Proportion = integer()
See external documentation.
right(This) -> wxSizerFlags()
Types:
See external documentation.
destroy(This::wxSizerFlags()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8.6 |