> On Sep 29, 2017, at 8:14 AM, Andreas Falkenhahn <andr...@falkenhahn.com> > wrote: > > I need to implement radio menu items in Carbon. I've checked the Menu Manager > reference but there isn't any mentioning of radio items. Are there any > dedicated > radio menu item APIs or do I just have to implement this manually using > checkable menu items and making sure that only one of these checkable menu > items inside a radio menu item group is selected?
No dedicated APIs. I’d suggest using a kEventCommandUpdateStatus handler on the menu that checks or unchecks each item appropriately according to current app state. -eric _______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list (Carbon-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/carbon-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com