Trait libhelium::subclass::prelude::DrawingAreaImpl
pub trait DrawingAreaImpl: DrawingAreaImplExt + WidgetImpl {
// Provided method
fn resize(&self, width: i32, height: i32) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.