This is not a public class and it doesn't need to be appear in wxRTTI.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72411
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// override this and return true.
virtual bool UseGTKStyleBase() const { return true; }
- DECLARE_DYNAMIC_CLASS(wxSpinCtrlGTKBase)
DECLARE_EVENT_TABLE()
};
// wxSpinCtrlGTKBase
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrlGTKBase, wxSpinCtrlBase)
-
BEGIN_EVENT_TABLE(wxSpinCtrlGTKBase, wxSpinCtrlBase)
EVT_CHAR(wxSpinCtrlGTKBase::OnChar)
END_EVENT_TABLE()