pub trait AvailableAreaModel {
// Required method
fn move_with_offsets(&mut self, offset_x: &Length, offset_y: &Length);
}Required Methods§
Sourcefn move_with_offsets(&mut self, offset_x: &Length, offset_y: &Length)
fn move_with_offsets(&mut self, offset_x: &Length, offset_y: &Length)
Adjust the available area with the node offsets (mainly used by scrollviews)