]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/scrolbar.h
mac paths updated
[wxWidgets.git] / interface / scrolbar.h
index be1aa3105cf3391b30810fb86f6c4b7336a36fe9..d6574c6b067bbb7996540f57a15f008bbf789692 100644 (file)
 
     @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
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxScrollBar();
+    
     /**
         Constructor, creating and showing a scrollbar.
 
@@ -55,14 +58,12 @@ public:
 
         @see Create(), wxValidator
     */
-    wxScrollBar();
     wxScrollBar(wxWindow* parent, wxWindowID id,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = wxSB_HORIZONTAL,
                 const wxValidator& validator = wxDefaultValidator,
                 const wxString& name = "scrollBar");
-    //@}
 
     /**
         Destructor, destroying the scrollbar.