]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scrolbar.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / scrolbar.h
index 5ecc4813205511572f67c851d649ec9b430c7947..45bf9b65e5b9ef40ba26d33893080f6fbb5e978f 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{scrollbar.png}
+    @appearance{scrollbar}
 
     @see @ref overview_scrolling, @ref overview_events, wxScrolled
 */
@@ -240,5 +240,10 @@ public:
         @see GetThumbPosition()
     */
     virtual void SetThumbPosition(int viewStart);
+
+    /**
+       Returns @true for scrollbars that have the vertical style set.
+    */
+    bool IsVertical() const;
 };