]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/scrolbar.h
Window management and sizer layout corrections
[wxWidgets.git] / include / wx / univ / scrolbar.h
index 2aa478414bbbabb067a5e915924f24383622099e..e1ec962adf3e5291bb6baa4a833d034ca27313ee 100644 (file)
@@ -99,6 +99,10 @@ public:
                                long numArg = 0,
                                const wxString& strArg = wxEmptyString);
 
+    // The scrollbars around a normal window should not
+    // receive the focus.
+    virtual bool AcceptsFocus() const;
+
     // wxScrollBar sub elements state (combination of wxCONTROL_XXX)
     void SetState(Element which, int flags);
     int GetState(Element which) const;