]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/scrolbar.h
More dc* interface headers reviewed.
[wxWidgets.git] / interface / scrolbar.h
index ad9f31dac2ca299b4e061121fe5d83b72f4f4741..6f097a8a987b7b0bb84da680a63b432ca078eca3 100644 (file)
     events are received.
 
     @beginStyleTable
-    @style{wxSB_HORIZONTAL}:
+    @style{wxSB_HORIZONTAL}
            Specifies a horizontal scrollbar.
-    @style{wxSB_VERTICAL}:
+    @style{wxSB_VERTICAL}
            Specifies a vertical scrollbar.
     @endStyleTable
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{scrollbar.png}
+    <!-- @appearance{scrollbar.png} -->
 
-    @see @ref overview_scrollingoverview "Scrolling overview", @ref
-    overview_eventhandlingoverview, wxScrolledWindow
+    @see @ref overview_scrolling, @ref overview_eventhandling, wxScrolled
 */
 class wxScrollBar : public wxControl
 {