Handbook Glossary
factorcode.org
<thumb> ( orientation -- thumb )


Vocabulary
ui.gadgets.sliders.private

Inputs
orientationan object


Outputs
thumban object


Definition
USING: accessors ui.gadgets.tracks ;

IN: ui.gadgets.sliders.private

: <thumb> ( orientation -- thumb )
thumb new-track 0 >>fill 1/2 >>align build-thumb t >>root? ;