X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c6791e43ca1adb11db20674a2327dc5e354f629..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/slider.h?ds=sidebyside diff --git a/interface/slider.h b/interface/slider.h index 415fe1938c..5d20acb9fc 100644 --- a/interface/slider.h +++ b/interface/slider.h @@ -43,14 +43,18 @@ @library{wxcore} @category{ctrl} - @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.