liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
WidgetEventProps
liberty
framework
gui
meta
*
mixin template
WidgetEventProps (
alias
event
string
options
= "default"
) {
static
string
[]
getEventArrayString
();
import
std
.
algorithm
:
canFind
;
;
import
std
.
traits
:
EnumMembers
;
;
static if
(
options == "default"
)
static if
(
_CheckUncheck
)
bool
isChecked
();
}
Members
Functions
isChecked
bool
isChecked
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getEventArrayString
string
[]
getEventArrayString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
liberty
framework
gui
meta
mixin templates
WidgetConstructor
WidgetEventProps
WidgetUpdate
*