pub trait DrawingAreaImplExt: Sealed + ObjectSubclass {
    // Provided method
    fn parent_resize(&self, width: i32, height: i32) { ... }
}

Provided Methods§

source

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

Implementors§