Type Definition fltk::app::GraphicsContext[][src]

type GraphicsContext = *mut c_void;

The current graphics context of the app, fl_gc. *mut c_void to HDC on Windows, CGContextRef on MacOS, _XGC on X11