.TH wxSplitterWindow 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxSplitterWindow \- See external documentation: wxSplitterWindow. .SH DESCRIPTION .LP See external documentation: wxSplitterWindow\&. .LP This class is derived (and can use functions) from: .br wxWindow .br wxEvtHandler .SH "DATA TYPES" .RS 2 .TP 2 .B wxSplitterWindow(): .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() -> wxSplitterWindow() .br .RS .LP See external documentation\&. .RE .LP .B new(Parent) -> wxSplitterWindow() .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]) -> wxSplitterWindow() .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 create(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Parent = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to create(This, Parent, [])\&. .RE .LP .B create(This, Parent, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br 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 getMinimumPaneSize(This) -> integer() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSashGravity(This) -> number() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSashPosition(This) -> integer() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSplitMode(This) -> wx:wx_enum() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .br Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL .RE .LP .B getWindow1(This) -> wxWindow:wxWindow() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getWindow2(This) -> wxWindow:wxWindow() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B initialize(This, Window) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window = wxWindow:wxWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isSplit(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B replaceWindow(This, WinOld, WinNew) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br WinOld = wxWindow:wxWindow() .br WinNew = wxWindow:wxWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSashGravity(This, Gravity) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Gravity = number() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSashPosition(This, Position) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Position = integer() .br .RE .RE .RS .LP Equivalent to setSashPosition(This, Position, [])\&. .RE .LP .B setSashPosition(This, Position, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Position = integer() .br Option = {redraw, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSashSize(This, Width) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Width = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinimumPaneSize(This, Min) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Min = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSplitMode(This, Mode) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Mode = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B splitHorizontally(This, Window1, Window2) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window1 = wxWindow:wxWindow() .br Window2 = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to splitHorizontally(This, Window1, Window2, [])\&. .RE .LP .B splitHorizontally(This, Window1, Window2, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window1 = wxWindow:wxWindow() .br Window2 = wxWindow:wxWindow() .br Option = {sashPosition, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B splitVertically(This, Window1, Window2) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window1 = wxWindow:wxWindow() .br Window2 = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to splitVertically(This, Window1, Window2, [])\&. .RE .LP .B splitVertically(This, Window1, Window2, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window1 = wxWindow:wxWindow() .br Window2 = wxWindow:wxWindow() .br Option = {sashPosition, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B unsplit(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP Equivalent to unsplit(This, [])\&. .RE .LP .B unsplit(This, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Option = {toRemove, wxWindow:wxWindow()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B updateSize(This) -> ok .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxSplitterWindow()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>