Tryst::NativeWindowKind
Inherits Enum < Comparable < Value < Object
Which platform's window identifier a NativeWindow is carrying.
The three are not interchangeable, and an embedding API wants a specific one: an X Window ID is a number the X server assigns, while the other two are pointers to objects in this process.
Constants
X11 = 0
An X Window ID.
Cocoa = 1
An NSWindow pointer. Always the TOPLEVEL's - see NativeWindow#covers_toplevel?.
Win32 = 2
An HWND.