This is just a simple struct used as a return value of wxRendererNative::GetSplitterParams.
It doesn't have any methods and all of its fields are constant and so can be only examined but not modified.
Include files
<wx/renderer.h>
const wxCoord widthSash
The width of the splitter sash.
const wxCoord border
The width of the border drawn by the splitter inside it, may be .
const bool isHotSensitive
TRUEif the sash changes appearance when the mouse passes over it, FALSE otherwise.