]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinctrl.h
moved bookmarks to Contents panel
[wxWidgets.git] / include / wx / spinctrl.h
index afa83467f3fa0d6445c2fbde4166d60404643a91..9d6cd5c3e50b8d485b500396b752b9c774c2c77a 100644 (file)
@@ -60,5 +60,8 @@ protected:
     #include "wx/generic/spinctlg.h"
 #endif // platform
 
+// Macro must be defined here, not event.h, since it must reference wxSpinEventFunction
+#define EVT_SPINCTRL(id, fn) { wxEVT_COMMAND_SPINCTRL_UPDATED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxSpinEventFunction) & fn, (wxObject *) NULL },
+
 #endif // _WX_SPINCTRL_H_