]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/spinbutt.mm
Stub for wxRegion constructor taking a wxRect
[wxWidgets.git] / 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()