-
-bool wxRadioButton::Create( wxWindow *parent, wxWindowID id, const wxString& label,
- const wxPoint& pos, const wxSize& size, long style,
- const wxValidator& validator, const wxString& name )
-{
- m_acceptsFocus = TRUE;
- m_needParent = TRUE;
-
- wxSize newSize = size;
-
- PreCreation( parent, id, pos, newSize, style, name );
-
- m_isRadioButton = TRUE;
-
-#if wxUSE_VALIDATORS
- SetValidator( validator );
-#endif
-