Type Alias RawHandle
pub type RawHandle = u64;
Available on crate feature
dep_fltk
only.Expand description
Opaque raw window handle (*mut c_void
to HWND
on Windows and NSWindow
on macOS),
XID
(u64
) raw window handle for X11