dlangui v0.10.6 (2024-03-04T10:48:08Z)
Home
Dub
Repo
TimerTest
widgets
misc
Undocumented in source.
class
TimerTest : HorizontalLayout {
ulong
timerId
;
TextWidget
_counter
;
int
_value
;
Button
_start
;
Button
_stop
;
bool
onTimer
(ulong id);
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
onTimer
bool
onTimer
(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_counter
TextWidget
_counter
;
Undocumented in source.
_start
Button
_start
;
Undocumented in source.
_stop
Button
_stop
;
Undocumented in source.
_value
int
_value
;
Undocumented in source.
timerId
ulong
timerId
;
Undocumented in source.
Meta
Source
See Implementation
widgets
misc
classes
MiscExample
TimerTest