#include </home/zeitlin/src/wx/github/interface/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. | |
Public Attributes | |
const wxCoord | border |
The width of the border drawn by the splitter inside it, may be 0. | |
const bool | isHotSensitive |
true if the sash changes appearance when the mouse passes over it, false otherwise. | |
const wxCoord | widthSash |
The width of the splitter sash. |
wxSplitterRenderParams::wxSplitterRenderParams | ( | wxCoord | widthSash_, |
wxCoord | border_, | ||
bool | isSens_ | ||
) |
The only way to initialize this struct is by using this ctor.
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.
The width of the splitter sash.