Interface

GdkWin32-4.0GdkWin32Win32GLContextConstructorProps

interface ConstructorProps {
    allowed_apis: Gdk.GLAPI;
    allowedApis: Gdk.GLAPI;
    api: Gdk.GLAPI;
    display: Gdk.Display | null;
    shared_context: Gdk.GLContext | null;
    sharedContext: Gdk.GLContext | null;
    surface: Gdk.Surface | null;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gdk

allowed_apis: Gdk.GLAPI
allowedApis: Gdk.GLAPI
api: Gdk.GLAPI
display: Gdk.Display | null
shared_context: Gdk.GLContext | null
sharedContext: Gdk.GLContext | null
surface: Gdk.Surface | null