pub trait DrawingAreaImpl: DrawingAreaImplExt + WidgetImpl {
    fn resize(&self, width: i32, height: i32) { ... }
}

Provided Methods§

Implementors§