MacPostControlCreate() ;
+ m_cycle = this ;
+
if (HasFlag(wxRB_GROUP))
{
AddInCycle( NULL ) ;
SetValue(true) ;
wxCommandEvent event(wxEVT_COMMAND_RADIOBUTTON_SELECTED, m_windowId );
event.SetEventObject(this);
+ event.SetInt( GetValue() );
ProcessCommand(event);
}