pub trait DrawingAreaImplExt: ObjectSubclass {
    // Required method
    fn parent_resize(&self, width: i32, height: i32);
}

Required Methods§

source

fn parent_resize(&self, width: i32, height: i32)

Implementors§