Enum conrod::widget::list::Down [] [src]

pub enum Down {}

Items flow from top to bottom.

Trait Implementations

impl Clone for Down
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Down
[src]

impl Debug for Down
[src]

[src]

Formats the value using the given formatter.

impl Direction for Down
[src]

The direction along which the Scrollbar is laid out.

[src]

For some given Rect, returns the parallel and perpendicular ranges respectively.

[src]

Begin building the scrollbar for the List.

[src]

Borrow the scroll state associated with this Direction's axis.

[src]

Calls the suitable scroll_kids_<axis> method on the List.

[src]

Positions the given widget.

[src]

Position the Rectangle used for scrolling Lists with fixed Item sizes.

[src]

Size the widget given its breadth.

[src]

Size the widget given its length.

impl Direction for Down
[src]

[src]

Maps a given key to a direction along the list.