projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxGetEnv() should return wxChar *, even if it's a macro and not a function
[wxWidgets.git]
/
include
/
wx
/
os2
/
checkbox.h
diff --git
a/include/wx/os2/checkbox.h
b/include/wx/os2/checkbox.h
index 12a43f701db42b5c8d1fb6d7720240099b23835c..c2ea188daba2c93839297077143af91de4cfe2a4 100644
(file)
--- a/
include/wx/os2/checkbox.h
+++ b/
include/wx/os2/checkbox.h
@@
-26,9
+26,7
@@
class WXDLLEXPORT wxCheckBox : public wxCheckBoxBase
,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 = wxCheckBoxNameStr
)
{
,const wxString& rsName = wxCheckBoxNameStr
)
{
@@
-38,9
+36,7
@@
class WXDLLEXPORT wxCheckBox : public wxCheckBoxBase
,rPos
,rSize
,lStyle
,rPos
,rSize
,lStyle
-#if wxUSE_VALIDATORS
,rValidator
,rValidator
-#endif
,rsName
);
}
,rsName
);
}
@@
-51,9
+47,7
@@
class WXDLLEXPORT wxCheckBox : public wxCheckBoxBase
,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 = wxCheckBoxNameStr
);
,const wxString& rsName = wxCheckBoxNameStr
);
@@
-83,9
+77,7
@@
class WXDLLEXPORT wxBitmapCheckBox: public wxCheckBox
,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 = wxCheckBoxNameStr
)
{
,const wxString& rsName = wxCheckBoxNameStr
)
{
@@
-106,9
+98,7
@@
class WXDLLEXPORT wxBitmapCheckBox: public wxCheckBox
,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 = wxCheckBoxNameStr
);
,const wxString& rsName = wxCheckBoxNameStr
);