]> 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 1a1eb9de0069f752cb3a86dd75a3d18d3a9ef0bb..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;
@@ -122,6 +126,9 @@ protected:
 
     // event handlers
     void OnIdle(wxIdleEvent& event);
+    
+    // forces update of thumb's visual appearence (does nothing if m_dirty=FALSE)
+    void UpdateThumb();
 
     // SetThumbPosition() helper
     void DoSetThumb(int thumbPos);