Class WindowHandle

WindowHandle class

Encapsulated window handle for different platforms.

public class WindowHandle

Methods

NameDescription
static FromGdk(IntPtr)The GdkWindow* instance
static FromWayland(IntPtr, IntPtr)Create WindowHandle from a Wayland surface
static FromWin32(IntPtr)The native HWND instance in Windows environment.
static FromXcb(IntPtr, IntPtr)Create WindowHandle from an XCB surface.
static FromXlib(IntPtr, IntPtr)Create WindowHandle from an Xlib window

See Also