]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/scrolbar.h
Attempts to get client origin working. Work in progress.
[wxWidgets.git] / include / wx / univ / scrolbar.h
index 1a1eb9de0069f752cb3a86dd75a3d18d3a9ef0bb..2aa478414bbbabb067a5e915924f24383622099e 100644 (file)
@@ -122,6 +122,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);