[][src]Module conrod_core::widget::scroll

Scroll related types and logic.

Structs

Scroll

Arguments given via a scrollable Widget's builder methods for the scrolling along a single axis.

State

Scroll state calculated for a single axis.

Enums

X

Behaviour for scrolling across the X axis.

Y

Behaviour for scrolling across the Y axis.

Traits

Axis

Methods for distinguishing behaviour between both scroll axes at compile-time.

Type Definitions

StateX

State for scrolling along the X axis.

StateY

State for scrolling along the Y axis.