/////////////////////////////////////////////////////////////////////////////
-// Name: wx/splitter.h
+// Name: wx/generic/splitter.h
// Purpose: wxSplitterWindow class
// Author: Julian Smart
// Modified by:
// Is the window split?
bool IsSplit() const { return (m_windowTwo != NULL); }
- // Sets the sash size
- void SetSashSize(int width) { m_sashSize = width; }
-
// Sets the border size
void SetBorderSize(int WXUNUSED(width)) { }
virtual bool MacClipGrandChildren() const { return true ; }
#endif
+ // Sets the sash size: this doesn't do anything and shouldn't be used at
+ // all any more.
+ wxDEPRECATED_INLINE( void SetSashSize(int WXUNUSED(width)), return; )
+
protected:
// event handlers
#if defined(__WXMSW__) || defined(__WXMAC__)
int m_oldY; // current tracker position if not live mode
int m_sashPosition; // Number of pixels from left or top
double m_sashGravity;
- int m_sashSize;
wxSize m_lastSize;
int m_requestedSashPosition;
int m_sashPositionCurrent; // while dragging