Addition of overrides in renderer.cpp
This commit is contained in:
@@ -104,9 +104,9 @@ public:
|
|||||||
virtual void DrawCollapseButton(wxWindow *win,
|
virtual void DrawCollapseButton(wxWindow *win,
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
int flags = 0);
|
int flags = 0) wxOVERRIDE;
|
||||||
|
|
||||||
virtual wxSize GetCollapseButtonSize(wxWindow *win, wxDC& dc);
|
virtual wxSize GetCollapseButtonSize(wxWindow *win, wxDC& dc) wxOVERRIDE;
|
||||||
|
|
||||||
virtual void DrawItemSelectionRect(wxWindow *win,
|
virtual void DrawItemSelectionRect(wxWindow *win,
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
@@ -136,7 +136,7 @@ public:
|
|||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
int value,
|
int value,
|
||||||
int max,
|
int max,
|
||||||
int flags = 0);
|
int flags = 0) wxOVERRIDE;
|
||||||
|
|
||||||
virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win) wxOVERRIDE;
|
virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win) wxOVERRIDE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user