IMPLEMENT_DYNAMIC_CLASS for wxSpinEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-07-29 02:22:50 +00:00
parent b9505233a5
commit 7cc284529a

View File

@ -17,6 +17,8 @@
#import <AppKit/NSStepper.h>
IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
BEGIN_EVENT_TABLE(wxSpinButton, wxSpinButtonBase)
END_EVENT_TABLE()