]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc...
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 746cf4d70749e9ec694a679fa5a8c506bc22d2df..9a160ff7aae9021a008487d61e2e5e21e832393b 100644 (file)
@@ -65,6 +65,8 @@ public:
     virtual bool Enable(bool enable = TRUE);
     virtual bool Show(bool show = TRUE);
 
+    virtual bool AcceptsFocus() const { return TRUE; }
+
 protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual wxSize DoGetBestSize() const;