projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)
[wxWidgets.git]
/
include
/
wx
/
os2
/
radiobut.h
diff --git
a/include/wx/os2/radiobut.h
b/include/wx/os2/radiobut.h
index 753edfc5bed923c04515192e470ef7c51878cc34..34777de036d9154c846b42f8f86b178e8aa35468 100644
(file)
--- a/
include/wx/os2/radiobut.h
+++ b/
include/wx/os2/radiobut.h
@@
-24,9
+24,7
@@
public:
,const wxPoint& rPos = wxDefaultPosition
,const wxSize& rSize = wxDefaultSize
,long lStyle = 0
,const wxPoint& rPos = wxDefaultPosition
,const wxSize& rSize = wxDefaultSize
,long lStyle = 0
-#if wxUSE_VALIDATORS
,const wxValidator& rValidator = wxDefaultValidator
,const wxValidator& rValidator = wxDefaultValidator
-#endif
,const wxString& rsName = wxRadioButtonNameStr
)
{
,const wxString& rsName = wxRadioButtonNameStr
)
{
@@
-38,9
+36,7
@@
public:
,rPos
,rSize
,lStyle
,rPos
,rSize
,lStyle
-#if wxUSE_VALIDATORS
,rValidator
,rValidator
-#endif
,rsName
);
}
,rsName
);
}
@@
-51,9
+47,7
@@
public:
,const wxPoint& rPos = wxDefaultPosition
,const wxSize& rSize = wxDefaultSize
,long lStyle = 0
,const wxPoint& rPos = wxDefaultPosition
,const wxSize& rSize = wxDefaultSize
,long lStyle = 0
-#if wxUSE_VALIDATORS
,const wxValidator& rValidator = wxDefaultValidator
,const wxValidator& rValidator = wxDefaultValidator
-#endif
,const wxString& rsName = wxRadioButtonNameStr
);
,const wxString& rsName = wxRadioButtonNameStr
);