|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <FL/x.H>#include <FL/fl_draw.H>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| void | fl_overlay_clear () |
| void | fl_overlay_rect (int x, int y, int w, int h) |
Variables | |
| static int | py |
| static int | pw |
| static int | ph |
| static uchar * | bgS = 0L |
| static uchar * | bgE = 0L |
| static uchar * | bgW = 0L |
| static int | bgy |
| static int | bgw |
| static int | bgh |
Definition at line 45 of file fl_overlay.cxx.
| int bgh |
Definition at line 46 of file fl_overlay.cxx.
Definition at line 45 of file fl_overlay.cxx.
Definition at line 45 of file fl_overlay.cxx.
| int bgw |
Definition at line 46 of file fl_overlay.cxx.
| int bgy |
Definition at line 46 of file fl_overlay.cxx.
| int ph |
Definition at line 41 of file fl_overlay.cxx.
Referenced by fl_overlay_rect(), Fl_Color_Chooser::hsv(), Fl_PostScript_Graphics_Driver::page(), and Fl_Color_Chooser::rgb().
| int pw |
Definition at line 41 of file fl_overlay.cxx.
Referenced by fl_overlay_clear(), fl_overlay_rect(), Fl_X::make(), and Fl_PostScript_Graphics_Driver::page().
| int py |
Definition at line 41 of file fl_overlay.cxx.
Referenced by Flcc_ValueBox::draw(), Flcc_HueBox::draw(), fl_overlay_rect(), Flcc_HueBox::Flcc_HueBox(), Flcc_ValueBox::Flcc_ValueBox(), and Fl_Browser_::handle().