wxSplitterWindow
Creation Parameters
- atom parent
- atom id [ = -1]
- integer x [ = -1]
- integer y [ = -1]
- integer cx [ = -1]
- integer cy [ = -1]
- atom style [ = wxSP_BORDER + wxSP_FULLSASH ]
Functions/Procedures
Supertopics
wxSplitterWindow
Category:
wxSplitterWindow
wxSplitterWindow
Category:
wxSplitterWindow
Returns the position of the sash in the specified wxSplitterWindow in pixels.
wxSplitterWindow
Category:
wxSplitterWindow
The default minimum pane size is zero, which means that either pane
can be reduced to zero by dragging the sash, thus removing one of the panes.
To prevent this behaviour (and veto out-of-range sash dragging), set a
minimum size, for example 20 pixels. If the wxSP_PERMIT_UNSPLIT style
is used when a splitter window is created, the window may be unsplit
even if minimum size is non-zero
wxSplitterWindow
Category:
wxSplitterWindow
wxSplitterWindow
Category:
wxSplitterWindow
Sets the sash position of the wxSplitterWindow at pos pixels. The windows
will not be redrawn unless redraw is 1.
wxSplitterWindow
[proc]
split_window ( atom split, atom win1, atom win2, integer orient, integer pos )
Category:
wxSplitterWindow
- split: wxSplitterWindow to split
- win1: First window (placed on left or top, depending on orient)
- win2: Second window (placed on right or bottom, depending on orient)
- orient: wxHORIZONTAL or wxVERTICAL
- pos: Initial position, in pixels, for the sash
Splits the window, using
win1 and
win2, which must have
split as their
parent.
orient