Handbook
Glossary
button-update ( button -- )
Vocabulary
ui
.
gadgets
.
buttons
Inputs
button
an
object
Outputs
None
Definition
USING:
accessors
kernel
ui.gadgets
ui.gadgets.buttons.private
;
IN:
ui.gadgets.buttons
:
button-update
( button -- )
dup
button-pressed?
>>pressed?
relayout-1
;