PopupMenu.setItemAsRadioCheckable

Sets the type of the item at the specified index idx to radio button. If false, sets the type of the item to plain text.

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

Meta