Struct conrod::graph::algo::PickScrollableWidgets [] [src]

pub struct PickScrollableWidgets { /* fields omitted */ }

A node "walker" that yields all scrollable widgets under the given xy position in order from top to bottom.

Methods

impl PickScrollableWidgets
[src]

[src]

The widget::Id of the next scrollable Widget under the xy location.

The Graph is traversed from the top down.

Trait Implementations

impl Clone for PickScrollableWidgets
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more