Trait gtk4::subclass::gl_area::GLAreaImplExt[][src]

pub trait GLAreaImplExt: ObjectSubclass {
    fn parent_create_context(&self, gl_area: &Self::Type) -> Option<GLContext>;
fn parent_render(&self, gl_area: &Self::Type, context: &GLContext) -> bool;
fn parent_resize(&self, gl_area: &Self::Type, width: i32, height: i32); }

Required methods

Implementors