wxSplitterWindow
See external documentation: wxSplitterWindow.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
new() -> wxSplitterWindow()
See
new(Parent) -> wxSplitterWindow()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxSplitterWindow()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent) -> boolean()
This = wxSplitterWindow()
Parent = wxWindow() (see module wxWindow)
Equivalent to create(This, Parent, []).
create(This, Parent, Option::[Option]) -> boolean()
This = wxSplitterWindow()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
getMinimumPaneSize(This) -> integer()
This = wxSplitterWindow()
See
getSashGravity(This) -> number()
This = wxSplitterWindow()
See
getSashPosition(This) -> integer()
This = wxSplitterWindow()
See
getSplitMode(This) -> wx_enum() (see module wx)
This = wxSplitterWindow()
See
Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL
getWindow1(This) -> wxWindow() (see module wxWindow)
This = wxSplitterWindow()
See
getWindow2(This) -> wxWindow() (see module wxWindow)
This = wxSplitterWindow()
See
initialize(This, Window) -> ok
This = wxSplitterWindow()
Window = wxWindow() (see module wxWindow)
See
isSplit(This) -> boolean()
This = wxSplitterWindow()
See
replaceWindow(This, WinOld, WinNew) -> boolean()
This = wxSplitterWindow()
WinOld = wxWindow() (see module wxWindow)
WinNew = wxWindow() (see module wxWindow)
See
setSashGravity(This, Gravity) -> ok
This = wxSplitterWindow()
Gravity = number()
See
setSashPosition(This, Position) -> ok
This = wxSplitterWindow()
Position = integer()
Equivalent to setSashPosition(This, Position, []).
setSashPosition(This, Position, Option::[Option]) -> ok
This = wxSplitterWindow()
Position = integer()
Option = {redraw, boolean()}
See
setSashSize(This, Width) -> ok
This = wxSplitterWindow()
Width = integer()
See
setMinimumPaneSize(This, Min) -> ok
This = wxSplitterWindow()
Min = integer()
See
setSplitMode(This, Mode) -> ok
This = wxSplitterWindow()
Mode = integer()
See
splitHorizontally(This, Window1, Window2) -> boolean()
This = wxSplitterWindow()
Window1 = wxWindow() (see module wxWindow)
Window2 = wxWindow() (see module wxWindow)
Equivalent to splitHorizontally(This, Window1, Window2, []).
splitHorizontally(This, Window1, Window2, Option::[Option]) -> boolean()
This = wxSplitterWindow()
Window1 = wxWindow() (see module wxWindow)
Window2 = wxWindow() (see module wxWindow)
Option = {sashPosition, integer()}
See
splitVertically(This, Window1, Window2) -> boolean()
This = wxSplitterWindow()
Window1 = wxWindow() (see module wxWindow)
Window2 = wxWindow() (see module wxWindow)
Equivalent to splitVertically(This, Window1, Window2, []).
splitVertically(This, Window1, Window2, Option::[Option]) -> boolean()
This = wxSplitterWindow()
Window1 = wxWindow() (see module wxWindow)
Window2 = wxWindow() (see module wxWindow)
Option = {sashPosition, integer()}
See
unsplit(This, Option::[Option]) -> boolean()
This = wxSplitterWindow()
Option = {toRemove, wxWindow() (see module wxWindow)}
See
updateSize(This) -> ok
This = wxSplitterWindow()
See
destroy(This::wxSplitterWindow()) -> ok
Destroys this object, do not use object again