PopupMenu.addRadioCheckItem

The same as addCheckItem but the inserted item will look as a radio button. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups.

struct PopupMenu
@nogc nothrow
void
addRadioCheckItem
(
StringArg0
)
(
in StringArg0 label
,
in long id = -1
,
in long accel = 0
)

Meta