wxSizerFlags(3erl) | Erlang Module Definition | wxSizerFlags(3erl) |
wxSizerFlags - See external documentation: wxSizerFlags.
See external documentation: 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.
new() -> wxSizerFlags()
Equivalent to new([]).
new(Options::[Option]) -> wxSizerFlags()
Types:
See external documentation.
align(This, Alignment) -> wxSizerFlags()
Types:
See external documentation.
border(This) -> wxSizerFlags()
Types:
Equivalent to border(This, []).
border(This, Options::[Option]) -> wxSizerFlags()
Types:
See external documentation.
border(This, Direction, BorderInPixels) ->
wxSizerFlags()
Types:
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:
See external documentation.
right(This) -> wxSizerFlags()
Types:
See external documentation.
destroy(This::wxSizerFlags()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |