Trait gtk4::subclass::gl_area::GLAreaImpl   
source · pub trait GLAreaImpl: GLAreaImplExt + WidgetImpl {
    // Provided methods
    fn create_context(&self) -> Option<GLContext> { ... }
    fn render(&self, context: &GLContext) -> bool { ... }
    fn resize(&self, width: i32, height: i32) { ... }
}