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

pub struct PickScrollableWidgets {
    // some 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]

fn next(&mut self, graph: &Graph, depth_order: &[NodeIndex]) -> Option<Index>

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

The Graph is traversed from the top down.

Trait Implementations

impl Clone for PickScrollableWidgets
[src]

fn clone(&self) -> PickScrollableWidgets

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more