#include <config.h>
#include <FL/Fl.H>
#include <FL/Fl_Widget.H>
#include <FL/Fl_Printer.H>
#include <FL/fl_draw.H>
#include <FL/x.H>
Defines | |
#define | STACK_MAX (STACK_SIZE - 1) |
#define | STACK_SIZE 10 |
Functions | |
Fl_Region | fl_clip_region () |
returns the current clipping region. | |
void | fl_clip_region (Fl_Region r) |
Replaces the top of the clipping stack with a clipping region of any shape. | |
void | fl_restore_clip () |
Undoes any clobbering of clip done by your program. | |
Fl_Region | XRectangleRegion (int x, int y, int w, int h) |
Variables | |
int | fl_clip_state_number = 0 |
int | fl_line_width_ |