- 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.
-
- @sa GetMinimumPaneSize()
+ 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 GetMinimumPaneSize()