Module conrod::scroll [] [src]

Types and functionality related to the scrolling behaviour of widgets.

Structs

Bar

The state of a single scrollbar.

Scrolling

A type for building a scrollbar widget.

State

State related to scrolling.

Style

Style for the Scrolling.

Enums

Elem

The elements that make up a ScrollBar.

Interaction

The current interaction with the

Functions

capture_mouse

Whether or not the scrollbar should capture the mouse given previous and new states.

horizontal_handle

The area for a horizontal scrollbar handle as its dimensions and position.

horizontal_track

The area for a horizontal scrollbar track as its dimensions and position.

uncapture_mouse

Whether or not the scrollbar should uncapture the mouse given previous and new states.

vertical_handle

The area for a vertical scrollbar handle as its dimensions and position.

vertical_track

The area for a vertical scrollbar track as its dimensions and position.