Trait AvailableAreaModel

Source
pub trait AvailableAreaModel {
    // Required method
    fn move_with_offsets(&mut self, offset_x: &Length, offset_y: &Length);
}

Required Methods§

Source

fn move_with_offsets(&mut self, offset_x: &Length, offset_y: &Length)

Adjust the available area with the node offsets (mainly used by scrollviews)

Implementors§