]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/radiobox.h
Add a Get and Set for an OS/2 PS
[wxWidgets.git] / include / wx / os2 / radiobox.h
index ec2ac64f86244f8543d1197099dede317f735258..9c424e88940cd001a8167d29911efc44593bb34c 100644 (file)
@@ -30,11 +30,7 @@ public:
              int n = 0, const wxString choices[] = NULL,
              int majorDim = 0, long style = wxRA_HORIZONTAL,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-             const wxValidator* val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr)
-#  else
              const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr)
-#  endif
 #endif
   {
     Create(parent, id, title, pos, size, n, choices, majorDim, style, val, name);
@@ -47,11 +43,7 @@ public:
              int n = 0, const wxString choices[] = NULL,
              int majorDim = 0, long style = wxRA_HORIZONTAL,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-             const wxValidator* val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr);
-#  else
              const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr);
-#  endif
 #endif
 
   virtual bool OS2Command(WXUINT param, WXWORD id);