X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e725ba4fc2984f86fc64c405ecb50883e2178e6e..5267aefd85739afd26bd19bfba998005119db446:/interface/wx/slider.h diff --git a/interface/wx/slider.h b/interface/wx/slider.h index 828d6a1f38..55f112fccb 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -107,7 +107,7 @@ @library{wxcore} @category{ctrl} - + @appearance{slider.png} @see @ref overview_eventhandling, wxScrollBar */ @@ -176,13 +176,11 @@ public: Used for two-step slider construction. See wxSlider() for further details. */ - bool Create(wxWindow* parent, wxWindowID id, int value, - int minValue, int maxValue, - const wxPoint& point = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = wxSL_HORIZONTAL, + bool Create(wxWindow* parent, wxWindowID id, int value, int minValue, + int maxValue, const wxPoint& point = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = wxSL_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "slider"); + const wxString& name = wxSliderNameStr); /** Returns the line size.