MenuItem

Constructors

this
this(string displayString, void delegate() action, bool enabled = true)
this
this(string displayString, void function() action, bool enabled = true)

Members

Properties

enabled
bool enabled [@property setter]

Allows for enabling or disabling this item

enabled
bool enabled [@property getter]

Whether this item is enabled or not.

Variables

displayString
string displayString;

Description of this item printed by the menu

Meta