Home -> WindowInfoBase -> WindowType
Description
The WindowType enumeration identifies the concrete window information structure supplied to BindWindow.
Members
| Name | Description | |
|---|---|---|
| Headless |
Identifies a headless window-sized framebuffer target with no native operating system window handle.
|
|
| Win32 |
Identifies a Win32 window handle structure.
|
|
| Xlib |
Identifies an Xlib window handle structure.
|
|
| XCB |
Identifies an XCB window handle structure.
|
|
| Wayland |
Identifies a Wayland window handle structure.
|
|
| AppKit |
Identifies an AppKit window handle structure on macOS.
|