]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scrolbar.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / scrolbar.h
index 5ecc4813205511572f67c851d649ec9b430c7947..a005c8f6d52ec5c63392b08972857785166b6487 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        scrolbar.h
 // Purpose:     interface of wxScrollBar
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{scrollbar.png}
+    @appearance{scrollbar}
 
     @see @ref overview_scrolling, @ref overview_events, wxScrolled
 */
@@ -240,5 +239,10 @@ public:
         @see GetThumbPosition()
     */
     virtual void SetThumbPosition(int viewStart);
+
+    /**
+       Returns @true for scrollbars that have the vertical style set.
+    */
+    bool IsVertical() const;
 };