// List box item
class WXDLLIMPEXP_FWD_CORE wxBitmap ;
-class WXDLLEXPORT wxRadioBox: public wxControl, public wxRadioBoxBase
+class WXDLLIMPEXP_CORE wxRadioBox: public wxControl, public wxRadioBoxBase
{
public:
wxRadioBox();
,int nNum = 0
,const wxString asChoices[] = NULL
,int nMajorDim = 0
- ,long lStyle = wxRA_HORIZONTAL
+ ,long lStyle = wxRA_SPECIFY_COLS
,const wxValidator& rVal = wxDefaultValidator
,const wxString& rsName = wxRadioBoxNameStr
)
,const wxSize& rSize
,const wxArrayString& asChoices
,int nMajorDim = 0
- ,long lStyle = wxRA_HORIZONTAL
+ ,long lStyle = wxRA_SPECIFY_COLS
,const wxValidator& rVal = wxDefaultValidator
,const wxString& rsName = wxRadioBoxNameStr
)
,int nNum = 0
,const wxString asChoices[] = NULL
,int nMajorDim = 0
- ,long lStyle = wxRA_HORIZONTAL
+ ,long lStyle = wxRA_SPECIFY_COLS
,const wxValidator& rVal = wxDefaultValidator
,const wxString& rsName = wxRadioBoxNameStr
);
,const wxSize& rSize
,const wxArrayString& asChoices
,int nMajorDim = 0
- ,long lStyle = wxRA_HORIZONTAL
+ ,long lStyle = wxRA_SPECIFY_COLS
,const wxValidator& rVal = wxDefaultValidator
,const wxString& rsName = wxRadioBoxNameStr
);