awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
ICheckbox
awebview
gui
widgets
checkbox
Undocumented in source.
interface
ICheckbox :
IButton
{
bool
isChecked
[@property getter];
bool
isChecked
[@property setter];
}
Members
Properties
isChecked
bool
isChecked
[@property getter]
Undocumented in source.
isChecked
bool
isChecked
[@property setter]
Undocumented in source.
Inherited Members
From IButton
onClick
void
onClick
(WeakRef!(const(JSArrayCpp)) )
Undocumented in source.
Meta
Source
See Implementation
awebview
gui
widgets
checkbox
classes
Checkbox
InputCheckbox
interfaces
ICheckbox