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

Required Methods§

Implementors§