[−][src]Module conrod_core::widget::scroll
Scroll related types and logic.
Structs
Scroll | Arguments given via a scrollable |
State | Scroll state calculated for a single axis. |
Enums
X | Behaviour for scrolling across the |
Y | Behaviour for scrolling across the |
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. |