int flags);
- virtual void DrawFocusRect(wxDC& dc, const wxRect& rect, int flags = 0);
+ virtual void DrawFocusRect(wxWindow* win, wxDC& dc, const wxRect& rect, int flags = 0);
+
virtual void DrawLabel(wxDC& dc,
const wxString& label,
const wxRect& rect,
// update m_penXXX objects above
const wxColourScheme * const m_scheme;
- DECLARE_NO_COPY_CLASS(wxStdRenderer)
+ wxDECLARE_NO_COPY_CLASS(wxStdRenderer);
};
#endif // _WX_UNIV_STDREND_H_