Trait gtk4::subclass::gl_area::GLAreaImplExt

source ·
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§

source

fn parent_create_context(&self) -> Option<GLContext>

source

fn parent_render(&self, context: &GLContext) -> Propagation

source

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

Object Safety§

This trait is not object safe.

Implementors§