awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
Checkbox
awebview
gui
widgets
checkbox
Undocumented in source.
abstract
class
Checkbox : DeclareSignals!(HTMLElement, "onClick"),
ICheckbox
{
this
(string id);
void
onClick
(WeakRef!(const(JSArrayCpp)) );
}
Constructors
this
this
(string id)
Undocumented in source.
Members
Functions
onClick
void
onClick
(WeakRef!(const(JSArrayCpp)) )
Undocumented in source.
Inherited Members
From ICheckbox
isChecked
bool
isChecked
[@property getter]
Undocumented in source.
isChecked
bool
isChecked
[@property setter]
Undocumented in source.
Meta
Source
See Implementation
awebview
gui
widgets
checkbox
classes
Checkbox
InputCheckbox
interfaces
ICheckbox