]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/slider.h
Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied alread...
[wxWidgets.git] / interface / slider.h
index 415fe1938c2a587b2bf5345f87b2dbf5b8842dbb..5d20acb9fc373b31ab1b79fa746b75df22cc5638 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{slider.png}
+    <!-- @appearance{slider.png} -->
 
     @see @ref overview_eventhandlingoverview, wxScrollBar
 */
 class wxSlider : public wxControl
 {
 public:
-    //@{
+    /**
+       Default constructor
+    */
+    wxSlider();
+    
     /**
         Constructor, creating and showing a slider.
 
@@ -76,7 +80,6 @@ public:
 
         @see Create(), wxValidator
     */
-    wxSlider();
     wxSlider(wxWindow* parent, wxWindowID id, int value,
              int minValue, int maxValue,
              const wxPoint& point = wxDefaultPosition,
@@ -84,7 +87,6 @@ public:
              long style = wxSL_HORIZONTAL,
              const wxValidator& validator = wxDefaultValidator,
              const wxString& name = "slider");
-    //@}
 
     /**
         Destructor, destroying the slider.