#include <wx/renderer.h>
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, so they can only be examined but not modified.
Public Member Functions | |
| wxSplitterRenderParams (wxCoord widthSash_, wxCoord border_, bool isSens_) | |
| The only way to initialize this struct is by using this ctor.  More... | |
Public Attributes | |
| const wxCoord | border | 
| The width of the border drawn by the splitter inside it, may be 0.  More... | |
| const bool | isHotSensitive | 
| true if the sash changes appearance when the mouse passes over it, false otherwise.  More... | |
| const wxCoord | widthSash | 
| The width of the splitter sash.  More... | |
| wxSplitterRenderParams::wxSplitterRenderParams | ( | wxCoord | widthSash_, | 
| wxCoord | border_, | ||
| bool | isSens_ | ||
| ) | 
The only way to initialize this struct is by using this ctor.
| const wxCoord wxSplitterRenderParams::border | 
The width of the border drawn by the splitter inside it, may be 0.
| const bool wxSplitterRenderParams::isHotSensitive | 
true if the sash changes appearance when the mouse passes over it, false otherwise.
| const wxCoord wxSplitterRenderParams::widthSash | 
The width of the splitter sash.