Function PopupMenu.addIconRadioCheckItem

Same as addIconCheckItem, but uses a radio check button.

void addIconRadioCheckItem (
  Texture texture,
  const(String) label,
  const(long) id = -1L,
  const(long) accel = 0L
) nothrow @nogc;