]> git.saurik.com Git - wxWidgets.git/commitdiff
IMPLEMENT_DYNAMIC_CLASS for wxSpinEvent
authorDavid Elliott <dfe@tgwbd.org>
Tue, 29 Jul 2003 02:22:50 +0000 (02:22 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 29 Jul 2003 02:22:50 +0000 (02:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/spinbutt.mm

index 26e6ae14416c67f14dc178a331110370145378e0..ff0c9d11bfd75da3957eb86c2c3957dc4bdfe846 100644 (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()