.TH wxSashWindow 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxSashWindow \- See external documentation: wxSashWindow. .SH DESCRIPTION .LP See external documentation: wxSashWindow\&. .LP This class is derived (and can use functions) from: .br wxWindow .br wxEvtHandler .SH "DATA TYPES" .RS 2 .TP 2 .B wxSashWindow(): .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() -> wxSashWindow() .br .RS .LP See external documentation\&. .RE .LP .B new(Parent) -> wxSashWindow() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to new(Parent, [])\&. .RE .LP .B new(Parent, Options::[Option]) -> wxSashWindow() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .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 getSashVisible(This, Edge) -> boolean() .br .RS .LP Types: .RS 3 This = wxSashWindow() .br Edge = wx:wx_enum() .br .RE .RE .RS .LP See external documentation\&. .br Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE .RE .LP .B getMaximumSizeX(This) -> integer() .br .RS .LP Types: .RS 3 This = wxSashWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMaximumSizeY(This) -> integer() .br .RS .LP Types: .RS 3 This = wxSashWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMinimumSizeX(This) -> integer() .br .RS .LP Types: .RS 3 This = wxSashWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMinimumSizeY(This) -> integer() .br .RS .LP Types: .RS 3 This = wxSashWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMaximumSizeX(This, Max) -> ok .br .RS .LP Types: .RS 3 This = wxSashWindow() .br Max = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMaximumSizeY(This, Max) -> ok .br .RS .LP Types: .RS 3 This = wxSashWindow() .br Max = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinimumSizeX(This, Min) -> ok .br .RS .LP Types: .RS 3 This = wxSashWindow() .br Min = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinimumSizeY(This, Min) -> ok .br .RS .LP Types: .RS 3 This = wxSashWindow() .br Min = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSashVisible(This, Edge, Sash) -> ok .br .RS .LP Types: .RS 3 This = wxSashWindow() .br Edge = wx:wx_enum() .br Sash = boolean() .br .RE .RE .RS .LP See external documentation\&. .br Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE .RE .LP .B destroy(This::wxSashWindow()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>