git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45546
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// in-place editing
virtual bool HasEditorCtrl()
{ return false; }
// in-place editing
virtual bool HasEditorCtrl()
{ return false; }
- virtual wxControl* CreateEditorCtrl( wxWindow *parent, wxRect labelRect, const wxVariant &value )
+ virtual wxControl* CreateEditorCtrl(wxWindow * WXUNUSED(parent),
+ wxRect WXUNUSED(labelRect),
+ const wxVariant& WXUNUSED(value))
- virtual bool GetValueFromEditorCtrl( wxControl* editor, wxVariant &value )
+ virtual bool GetValueFromEditorCtrl(wxControl * WXUNUSED(editor),
+ wxVariant& WXUNUSED(value))
{ return false; }
virtual bool StartEditing( unsigned int row, wxRect labelRect );
{ return false; }
virtual bool StartEditing( unsigned int row, wxRect labelRect );