Trait libhelium::subclass::prelude::GLAreaImplExt
pub trait GLAreaImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_create_context(&self) -> Option<GLContext> { ... }
fn parent_render(&self, context: &GLContext) -> Propagation { ... }
fn parent_resize(&self, width: i32, height: i32) { ... }
}
Provided Methods§
fn parent_create_context(&self) -> Option<GLContext>
fn parent_render(&self, context: &GLContext) -> Propagation
fn parent_resize(&self, width: i32, height: i32)
Object Safety§
This trait is not object safe.