+ // implementation
+
+ virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown );
+ void Command(wxCommandEvent& event);
+ wxRadioButton *AddInCycle(wxRadioButton *cycle);
+ inline wxRadioButton *NextInCycle() {return m_cycle;}
+
+ protected:
+
+ wxRadioButton *m_cycle;