- }
-
- // draw a (vertical) sash
- virtual void DrawSplitterSash(wxWindow *win,
- wxDC& dc,
- const wxSize& size,
- wxCoord position,
- wxOrientation orient,
- int flags = 0)
- {
- }
-
- // get the splitter parameters: the x field of the returned point is the
- // sash width and the y field is the border width
- virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win)
- {
- return wxSplitterRenderParams(0, 0, 0);
+ return wxRendererVersion(wxRendererVersion::Current_Version,
+ wxRendererVersion::Current_Age);