dli ~master (2018-10-25T20:58:33Z)
Home
Dub
Repo
MenuItem.this
dli
text_menu
MenuItem
this
(
string
displayString
,
void
delegate
()
action
,
bool
enabled
=
true
)
class
MenuItem
this
(
string
displayString
,
void
delegate
(
)
action
,
bool
enabled
= true
)
in { assert (displayString !is null); assert (action !is null); }
this
(
string
displayString
,
void
function
()
action
,
bool
enabled
=
true
)
Meta
Source
See Implementation
dli
text_menu
MenuItem
constructors
this
properties
enabled
variables
displayString