awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
Button
awebview
gui
widgets
button
Undocumented in source.
abstract
class
Button : DeclareSignals!(HTMLElement, "onClick"),
IButton
{
this
(string id);
void
onClick
(WeakRef!(const(JSArrayCpp)) args);
}
Constructors
this
this
(string id)
Undocumented in source.
Members
Functions
onClick
void
onClick
(WeakRef!(const(JSArrayCpp)) args)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IButton
onClick
void
onClick
(WeakRef!(const(JSArrayCpp)) )
Undocumented in source.
Meta
Source
See Implementation
awebview
gui
widgets
button
aliases
GenericButton
InputButton
classes
Button
interfaces
IButton