Handbook
Glossary
start-blinking ( editor -- )
Vocabulary
ui
.
gadgets
.
editors
.
private
Inputs
editor
an
object
Outputs
None
Definition
USING:
accessors
kernel
timers
;
IN:
ui.gadgets.editors.private
:
start-blinking
( editor -- )
t
>>blink
blink-timer>>
[
restart-timer
]
when*
;