/**
@class wxSplitterWindow
- @wxheader{splitter.h}
@ref overview_wxsplitterwindowoverview "wxSplitterWindow overview"
@beginStyleTable
@style{wxSP_3D}
Draws a 3D effect border and sash.
+ @style{wxSP_THIN_SASH}
+ Draws a thin sash.
@style{wxSP_3DSASH}
- Draws a 3D effect sash.
+ Draws a 3D effect sash (part of default style).
@style{wxSP_3DBORDER}
Synonym for wxSP_BORDER.
@style{wxSP_BORDER}
/**
Destroys the wxSplitterWindow and its children.
*/
- ~wxSplitterWindow();
+ virtual ~wxSplitterWindow();
/**
Creation function, for two-step construction. See wxSplitterWindow() for
@see SetSashGravity()
*/
- double GetSashGravity();
+ double GetSashGravity() const;
/**
Returns the current sash position.
@see SetSashPosition()
*/
- int GetSashPosition();
+ int GetSashPosition() const;
/**
Gets the split mode.
/**
@class wxSplitterEvent
- @wxheader{splitter.h}
This class represents the events generated by a splitter control. Also there is
only one event class, the data associated to the different events is not the