Expand description
UI nodes used for building the scroll widget.
Functionsยง
- access_
scroll_ node - Create a node that converts
ACCESS_SCROLL_EVENTto command requests. - auto_
scroll_ node - Create a note that spawns the auto scroller on middle click and fulfill
AUTO_SCROLL_CMDrequests. - default_
auto_ scroll_ indicator - Renders a white circle with arrows that indicate what directions can be scrolled.
- h_
scrollbar_ presenter - Create a node that generates and presents the horizontal scrollbar.
- overscroll_
node - Overscroll visual indicator.
- page_
commands_ node - Create a node that implements
PAGE_UP_CMD,PAGE_DOWN_CMD,PAGE_LEFT_CMDandPAGE_RIGHT_CMDscoped on the widget. - scroll_
commands_ node - Create a node that implements
SCROLL_UP_CMD,SCROLL_DOWN_CMD,SCROLL_LEFT_CMDandSCROLL_RIGHT_CMDscoped on the widget. - scroll_
to_ edge_ commands_ node - Create a node that implements
SCROLL_TO_TOP_CMD,SCROLL_TO_BOTTOM_CMD,SCROLL_TO_LEFTMOST_CMDandSCROLL_TO_RIGHTMOST_CMDscoped on the widget. - scroll_
to_ node - Create a node that implements
SCROLL_TO_CMDscoped on the widget and scroll to focused. - scroll_
touch_ node - Create a node that implements scroll by touch gestures for the widget.
- scroll_
wheel_ node - Create a node that implements scroll-wheel handling for the widget.
- scrollbar_
joiner_ presenter - Create a node that generates and presents the scrollbar joiner.
- v_
scrollbar_ presenter - Create a node that generates and presents the vertical scrollbar.
- viewport
- The actual content presenter.
- zoom_
commands_ node - Create a node that implements
ZOOM_IN_CMD,ZOOM_OUT_CMD,ZOOM_TO_FIT_CMD, andZOOM_RESET_CMDscoped on the widget.