Type Alias GraphicsContext
pub type GraphicsContext = *mut c_void;
Available on crate feature
dep_fltk
only.Expand description
The current graphics context of the app, fl_gc
.
*mut c_void
to HDC
on Windows, CGContextRef
on macOS, _XGC
on X11