- const long style = wxSL_HORIZONTAL,
-/* const wxValidator& validator = wxDefaultValidator, */
- const wxString& name = wxSliderNameStr);
- ~wxSlider(void);
- bool Create(wxWindow *parent, const wxWindowID id,
- const int value, const int minValue, const int maxValue,
+ long style = wxSL_HORIZONTAL,
+ const wxValidator& validator = wxDefaultValidator,
+ const wxString& name = wxSliderNameStr )
+ {
+ Create( parent, id, value, minValue, maxValue, pos, size, style, validator, name );
+ }
+ ~wxSlider(void);
+ bool Create(wxWindow *parent, wxWindowID id,
+ int value, int minValue, int maxValue,