PopupMenu.setItemAsRadioCheckable

The same as setItemAsCheckable but placing a radio button in case of enabling. If used for disabling, it's the same. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups.

struct PopupMenu
@nogc nothrow
void
setItemAsRadioCheckable
(
in long idx
,
in bool enable
)

Meta