wxSplitterWindow(3erl) | Erlang Module Definition | wxSplitterWindow(3erl) |
wxSplitterWindow - See external documentation: wxSplitterWindow.
See external documentation: wxSplitterWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
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.
new() -> wxSplitterWindow()
See external documentation.
new(Parent) -> wxSplitterWindow()
Types:
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxSplitterWindow()
Types:
See external documentation.
create(This, Parent) -> boolean()
Types:
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
Types:
See external documentation.
getMinimumPaneSize(This) -> integer()
Types:
See external documentation.
getSashGravity(This) -> number()
Types:
See external documentation.
getSashPosition(This) -> integer()
Types:
See external documentation.
getSplitMode(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL
getWindow1(This) -> wxWindow:wxWindow()
Types:
See external documentation.
getWindow2(This) -> wxWindow:wxWindow()
Types:
See external documentation.
initialize(This, Window) -> ok
Types:
See external documentation.
isSplit(This) -> boolean()
Types:
See external documentation.
replaceWindow(This, WinOld, WinNew) -> boolean()
Types:
See external documentation.
setSashGravity(This, Gravity) -> ok
Types:
See external documentation.
setSashPosition(This, Position) -> ok
Types:
Equivalent to setSashPosition(This, Position, []).
setSashPosition(This, Position, Options::[Option]) -> ok
Types:
See external documentation.
setSashSize(This, Width) -> ok
Types:
See external documentation.
setMinimumPaneSize(This, Min) -> ok
Types:
See external documentation.
setSplitMode(This, Mode) -> ok
Types:
See external documentation.
splitHorizontally(This, Window1, Window2) -> boolean()
Types:
Equivalent to splitHorizontally(This, Window1, Window2, []).
splitHorizontally(This, Window1, Window2, Options::[Option])
-> boolean()
Types:
See external documentation.
splitVertically(This, Window1, Window2) -> boolean()
Types:
Equivalent to splitVertically(This, Window1, Window2, []).
splitVertically(This, Window1, Window2, Options::[Option])
-> boolean()
Types:
See external documentation.
unsplit(This) -> boolean()
Types:
Equivalent to unsplit(This, []).
unsplit(This, Options::[Option]) -> boolean()
Types:
See external documentation.
updateSize(This) -> ok
Types:
See external documentation.
destroy(This::wxSplitterWindow()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |