]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/scrolbar.h
removing old files
[wxWidgets.git] / interface / scrolbar.h
index 6f097a8a987b7b0bb84da680a63b432ca078eca3..d6574c6b067bbb7996540f57a15f008bbf789692 100644 (file)
 class wxScrollBar : public wxControl
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxScrollBar();
+    
     /**
         Constructor, creating and showing a scrollbar.
 
@@ -54,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.