gdk4_win32/auto/win32_gl_context.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::ffi;
6
7glib::wrapper! {
8 ///
9 ///
10 /// This is an Abstract Base Class, you cannot instantiate it.
11 ///
12 /// # Implements
13 ///
14 /// [`trait@gdk::prelude::GLContextExt`], [`trait@gdk::prelude::DrawContextExt`]
15 #[doc(alias = "GdkWin32GLContext")]
16 pub struct Win32GLContext(Object<ffi::GdkWin32GLContext, ffi::GdkWin32GLContextClass>) @extends gdk::GLContext, gdk::DrawContext;
17
18 match fn {
19 type_ => || ffi::gdk_win32_gl_context_get_type(),
20 }
21}
22
23impl Win32GLContext {}