]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
Implement GetPageText for the OSX WebKit implementation.
[wxWidgets.git] / include / wx / generic / spinctlg.h
index 56eda17f9fb225908f2e25aa197470b083850b09..338dd70234a809f678a71cbaf982bc62f997bb4c 100644 (file)
@@ -92,7 +92,7 @@ public:
 
     // forwarded events from children windows
     void OnSpinButton(wxSpinEvent& event);
-    void OnTextLostFocus();
+    void OnTextLostFocus(wxFocusEvent& event);
     void OnTextChar(wxKeyEvent& event);
 
     // this window itself is used only as a container for its sub windows so it
@@ -148,6 +148,8 @@ protected:
 private:
     // common part of all ctors
     void Init();
+
+    DECLARE_EVENT_TABLE()
 };
 
 #else // !wxUSE_SPINBTN