- // unfortunately needed to resolve ambiguity between
- // wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable()
- bool IsCheckable() const { return wxMenuItemBase::IsCheckable(); }
-
- // the id for a popup menu is really its menu handle (as required by
- // ::AppendMenu() API), so this function will return either the id or the
- // menu handle depending on what we're
- int GetRealId() const;
-
- static int MacBuildMenuString(unsigned char* outMacItemText, wxInt16 *outMacShortcutChar , wxUint8 *outMacModifiers , const char *inItemName , bool useShortcuts ) ;
+ // mark item as belonging to the given radio group
+ void SetAsRadioGroupStart();
+ void SetRadioGroupStart(int start);
+ void SetRadioGroupEnd(int end);