fl_rect.cxx File Reference

Drawing and clipping routines for rectangles. More...

#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_


Detailed Description

Drawing and clipping routines for rectangles.


FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.