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]
pub fn next(&mut self, graph: &Graph, depth_order: &[Id]) -> Option<Id>[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]
fn clone(&self) -> PickScrollableWidgets[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more