Returns the position of the sash in the specified wxSplitterWindow in pixels.
See Also: set_min_pane_size, set_splitter_sash_position, split_window
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
See Also: get_splitter_sash_position, set_splitter_sash_position, split_window
Sets the sash position of the wxSplitterWindow at pos pixels. The windows will not be redrawn unless redraw is 1.
See Also: get_splitter_sash_position, set_min_pane_size, split_window
See Also: get_splitter_sash_position, set_min_pane_size, set_splitter_sash_position