.TH wxSplitterWindow 3erl "wx 0.99.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 \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxSplitterWindow()\fR\&: .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() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, [])\fR\&\&. .RE .LP .B new(Parent, Option::[Option]) -> wxSplitterWindow() .br .RS .LP Types: .RS 3 Parent = wxWindow() (see module 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() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBcreate(This, Parent, [])\fR\&\&. .RE .LP .B create(This, Parent, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Parent = wxWindow() (see module 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_enum() (see module wx) .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() (see module wxWindow) .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getWindow2(This) -> wxWindow() (see module 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() (see module 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() (see module wxWindow) .br WinNew = wxWindow() (see module 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 \fBsetSashPosition(This, Position, [])\fR\&\&. .RE .LP .B setSashPosition(This, Position, Option::[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() (see module wxWindow) .br Window2 = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBsplitHorizontally(This, Window1, Window2, [])\fR\&\&. .RE .LP .B splitHorizontally(This, Window1, Window2, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window1 = wxWindow() (see module wxWindow) .br Window2 = wxWindow() (see module 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() (see module wxWindow) .br Window2 = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBsplitVertically(This, Window1, Window2, [])\fR\&\&. .RE .LP .B splitVertically(This, Window1, Window2, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Window1 = wxWindow() (see module wxWindow) .br Window2 = wxWindow() (see module 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 \fBunsplit(This, [])\fR\&\&. .RE .LP .B unsplit(This, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxSplitterWindow() .br Option = {toRemove, wxWindow() (see module 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 <>