projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
applied patch 403898 (fixing msw/tabctrl.cpp include)
[wxWidgets.git]
/
include
/
wx
/
os2
/
slider.h
diff --git
a/include/wx/os2/slider.h
b/include/wx/os2/slider.h
index 73baac3111eefc5cd27c43ddf38ca8842875a66a..b290372735dfa0d207cc03bccc8060e8001b6fc7 100644
(file)
--- a/
include/wx/os2/slider.h
+++ b/
include/wx/os2/slider.h
@@
-29,7
+29,9
@@
public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
+#if wxUSE_VALIDATORS
const wxValidator& validator = wxDefaultValidator,
const wxValidator& validator = wxDefaultValidator,
+#endif
const wxString& name = wxSliderNameStr)
{
Create(parent, id, value, minValue, maxValue, pos, size, style, validator, name);
const wxString& name = wxSliderNameStr)
{
Create(parent, id, value, minValue, maxValue, pos, size, style, validator, name);
@@
-42,7
+44,9
@@
public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
+#if wxUSE_VALIDATORS
const wxValidator& validator = wxDefaultValidator,
const wxValidator& validator = wxDefaultValidator,
+#endif
const wxString& name = wxSliderNameStr);
virtual int GetValue() const ;
const wxString& name = wxSliderNameStr);
virtual int GetValue() const ;