+
+ // *this function is an implementation detail*
+ // clears the selection in the readiobuttons in the cycle
+ // and returns the old selection (if any)
+ wxRadioButton* ClearSelections();
+private:
+ wxRadioButton* AddInCycle(wxRadioButton* cycle);
+ void RemoveFromCycle();
+ wxRadioButton* NextInCycle() { return m_cycle; }
+
+ wxRadioButton *m_cycle;