Handbook Glossary
factorcode.org
button-update ( button -- )


Vocabulary
ui.gadgets.buttons

Inputs
buttonan 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 ;