set-scroll-position ( value scroller -- )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Scroller gadgets

Prev:scroll-position ( scroller -- loc )
Next:scroll>bottom ( gadget -- )


Vocabulary
ui.gadgets.scrollers

Inputs
valuea pair of integers
scrollera scroller


Outputs
None

Word description
Sets the offset of the top-left corner of the scroller's viewport's child.

See also
scroll-position, scroll>bottom, scroll>top, scroll>rect

Definition