.TH wxSashLayoutWindow 3erl "wx 1.8.6" "" "Erlang Module Definition" .SH NAME wxSashLayoutWindow \- See external documentation: wxSashLayoutWindow. .SH DESCRIPTION .LP See external documentation: wxSashLayoutWindow\&. .LP This class is derived (and can use functions) from: .br \fBwxSashWindow\fR\& .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B wxSashLayoutWindow(): .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() -> \fBwxSashLayoutWindow()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Parent) -> \fBwxSashLayoutWindow()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxWindow:wxWindow()\fR\& .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, [])\fR\&\&. .RE .LP .B new(Parent, Options::[Option]) -> \fBwxSashLayoutWindow()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxWindow:wxWindow()\fR\& .br Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br .RE .RE .RS .LP Equivalent to \fBcreate(This, Parent, [])\fR\&\&. .RE .LP .B create(This, Parent, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAlignment(This) -> \fBwx:wx_enum()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Res = ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM .RE .LP .B getOrientation(This) -> \fBwx:wx_enum()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Res = ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL .RE .LP .B setAlignment(This, Align) -> ok .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br Align = \fBwx:wx_enum()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Align = ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM .RE .LP .B setDefaultSize(This, Size) -> ok .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setOrientation(This, Orient) -> ok .br .RS .LP Types: .RS 3 This = \fBwxSashLayoutWindow()\fR\& .br Orient = \fBwx:wx_enum()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Orient = ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL .RE .LP .B destroy(This::\fBwxSashLayoutWindow()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>