wxSizerFlags
MODULE
wxSizerFlags
MODULE SUMMARY
See external documentation: wxSizerFlags.
DESCRIPTION
See external documentation: wxSizerFlags.
DATA TYPES
EXPORTS
Equivalent to new([]).
new(Options::[Option]) -> wxSizerFlags()
Types:
Option = {proportion, integer()}
align(This, Alignment) -> wxSizerFlags()
Types:
This = wxSizerFlags()
Alignment = integer()
border(This) -> wxSizerFlags()
Types:
This = wxSizerFlags()
Equivalent to border(This, []).
border(This, Options::[Option]) -> wxSizerFlags()
Types:
This = wxSizerFlags()
Option = {direction, integer()}
border(This, Direction, BorderInPixels) -> wxSizerFlags()
Types:
This = wxSizerFlags()
Direction = integer()
BorderInPixels = integer()
center(This) -> wxSizerFlags()
Types:
This = wxSizerFlags()
centre(This) -> wxSizerFlags()
Types:
This = wxSizerFlags()
expand(This) -> wxSizerFlags()
Types:
This = wxSizerFlags()
Types:
This = wxSizerFlags()
proportion(This, Proportion) -> wxSizerFlags()
Types:
This = wxSizerFlags()
Proportion = integer()
Types:
This = wxSizerFlags()