Trait gtk4::subclass::drawing_area::DrawingAreaImpl

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

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§