-bool wxRadioBox::Create( wxWindow *parent, wxWindowID id, const wxString& title,
- const wxPoint &pos, const wxSize &size,
- int n, const wxString choices[], int majorDim,
- long style, const wxValidator& validator,
- const wxString &name )
-{
- m_alreadySent = FALSE;
- m_needParent = TRUE;
- m_acceptsFocus = TRUE;
-
- PreCreation( parent, id, pos, size, style, name );
-
- SetValidator( validator );