w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
Lockable
w4d
widget
input
templates
A template for lockable widgets.
template
Lockable () {
protected
bool
_locked
;
isLocked
[@property getter];
void
lock
();
void
unlock
();
}
Members
Functions
lock
void
lock
()
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void
unlock
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
isLocked
isLocked
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_locked
bool
_locked
;
Undocumented in source.
Meta
Source
See Implementation
w4d
widget
input
templates
templates
Lockable
A template for lockable widgets.