,const wxString asChoices[] = NULL
,int nMajorDim = 0
,long lStyle = wxRA_HORIZONTAL
-#if wxUSE_VALIDATORS
,const wxValidator& rVal = wxDefaultValidator
-#endif
,const wxString& rsName = wxRadioBoxNameStr
)
{
,asChoices
,nMajorDim
,lStyle
-#if wxUSE_VALIDATORS
,rVal
-#endif
,rsName
);
}
,const wxString asChoices[] = NULL
,int nMajorDim = 0
,long lStyle = wxRA_HORIZONTAL
-#if wxUSE_VALIDATORS
,const wxValidator& rVal = wxDefaultValidator
-#endif
,const wxString& rsName = wxRadioBoxNameStr
);