Function PopupMenu.setItemChecked
Sets the checkstate status of the item at index idx
.
void setItemChecked
(
const(long) idx,
const(bool) checked
) nothrow @nogc;
Sets the checkstate status of the item at index idx
.
void setItemChecked
(
const(long) idx,
const(bool) checked
) nothrow @nogc;