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