git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2423
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Called when the sash position is about to be changed, return
// FALSE from here to prevent the change from taking place.
// Called when the sash position is about to be changed, return
// FALSE from here to prevent the change from taking place.
+ // Repositions sash to minimum position if pane would be too small.
// newSashPosition here is always positive or zero.
// newSashPosition here is always positive or zero.
- virtual bool OnSashPositionChange(int newSashPosition);
+ virtual bool OnSashPositionChange(int& newSashPosition);
// If the sash is moved to an extreme position, a subwindow
// is removed from the splitter window, and the app is
// If the sash is moved to an extreme position, a subwindow
// is removed from the splitter window, and the app is