Namespaces | |
namespace | fltk |
Functions | |
cairo_surface_t * | fltk::cairo_create_surface (Window *w) |
Variables | |
cairo_t * | fltk::cr |
FLTK may also be compiled to use cairo for all it's drawing, by adding --enable_cairo when running ./configure. In this case this has already been done when draw() is called, and the cairo context is in fltk::cc.