Trait libhelium::subclass::prelude::DrawingAreaImplExt

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

Provided Methods§

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

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> DrawingAreaImplExt for T
where T: DrawingAreaImpl,