wxSizerFlags
Module
wxSizerFlags
Module Summary
See external documentation: wxSizerFlags.
Description
See external documentation: wxSizerFlags.
DATA TYPES
Exports
new() -> wxSizerFlags()
Equivalent to new([]).
new(Options::[Option]) -> wxSizerFlags()
Types
Option = {proportion, integer()}
align(This, Alignment) -> wxSizerFlags()
border(This) -> wxSizerFlags()
Types
This = wxSizerFlags()
Equivalent to border(This, []).
border(This, Options::[Option]) -> wxSizerFlags()
border(This, Direction, BorderInPixels) -> wxSizerFlags()
center(This) -> wxSizerFlags()
Types
This = wxSizerFlags()
centre(This) -> wxSizerFlags()
Types
This = wxSizerFlags()
expand(This) -> wxSizerFlags()
Types
This = wxSizerFlags()
left(This) -> wxSizerFlags()
Types
This = wxSizerFlags()
proportion(This, Proportion) -> wxSizerFlags()
right(This) -> wxSizerFlags()
Types
This = wxSizerFlags()
destroy(This::wxSizerFlags()) -> ok