Classes | |
class | fltk::CreatedWindow |
Namespaces | |
namespace | fltk |
Typedefs | |
typedef struct _cairo | cairo_t |
Functions | |
Region | XRectangleRegion (int x, int y, int w, int h) |
fltk/osx.h | |
RgnHandle | fltk::clip_region () |
void | fltk::close_display () |
void | fltk::open_display () |
HFONT | fltk::xfont () |
fltk/win32.h | |
COLORREF | fltk::xpixel (Color i) |
This header includes the Xlib.h, Xutil.h, Xatom.h, XInput.h, and XI.h header files, with sufficent wrappers to avoid conflicts with FLTK. In particular a macro is used so that "Window" is replaced by "XWindow" in these headers. You should use this rather than including the X header files directly.
Region XRectangleRegion | ( | int | x, | |
int | y, | |||
int | w, | |||
int | h | |||
) |
Missing X call, this creates and returns a Region with a single rectangle.
References XRectangleRegion().
Referenced by fltk::clipout(), fltk::intersect_with_clip(), fltk::push_clip(), and XRectangleRegion().