.TH wxSizerFlags 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxSizerFlags \- See external documentation: wxSizerFlags. .SH DESCRIPTION .LP See external documentation: wxSizerFlags\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxSizerFlags(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxSizerFlags() .br .RS .LP Equivalent to new([])\&. .RE .LP .B new(Options::[Option]) -> wxSizerFlags() .br .RS .LP Types: .RS 3 Option = {proportion, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B align(This, Alignment) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br Alignment = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B border(This) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br .RE .RE .RS .LP Equivalent to border(This, [])\&. .RE .LP .B border(This, Options::[Option]) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br Option = {direction, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B border(This, Direction, BorderInPixels) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br Direction = integer() .br BorderInPixels = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B center(This) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B centre(This) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B expand(This) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B left(This) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B proportion(This, Proportion) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br Proportion = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B right(This) -> wxSizerFlags() .br .RS .LP Types: .RS 3 This = wxSizerFlags() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxSizerFlags()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>