|
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) ![]() |

Go to the source code of this file.
Classes | |
| struct | SYMBOL |
Defines | |
| #define | MAXSYMBOL 211 |
| #define | BP fl_begin_polygon() |
| #define | EP fl_end_polygon() |
| #define | BCP fl_begin_complex_polygon() |
| #define | ECP fl_end_complex_polygon() |
| #define | BL fl_begin_line() |
| #define | EL fl_end_line() |
| #define | BC fl_begin_loop() |
| #define | EC fl_end_loop() |
| #define | vv(x, y) fl_vertex(x,y) |
Functions | |
| int | fl_add_symbol (const char *name, void(*drawit)(Fl_Color), int scalable) |
| int | fl_return_arrow (int x, int y, int w, int h) |
| int | fl_draw_symbol (const char *label, int x, int y, int w, int h, Fl_Color col) |
| #define BC fl_begin_loop() |
Definition at line 186 of file fl_symbols.cxx.
| #define BCP fl_begin_complex_polygon() |
Definition at line 182 of file fl_symbols.cxx.
| #define BL fl_begin_line() |
Definition at line 184 of file fl_symbols.cxx.
| #define BP fl_begin_polygon() |
Definition at line 180 of file fl_symbols.cxx.
| #define EC fl_end_loop() |
Definition at line 187 of file fl_symbols.cxx.
| #define ECP fl_end_complex_polygon() |
Definition at line 183 of file fl_symbols.cxx.
| #define EL fl_end_line() |
Definition at line 185 of file fl_symbols.cxx.
| #define EP fl_end_polygon() |
Definition at line 181 of file fl_symbols.cxx.
| #define MAXSYMBOL 211 |
Definition at line 49 of file fl_symbols.cxx.
Referenced by fl_add_symbol().
Definition at line 188 of file fl_symbols.cxx.
Referenced by Fl_Clock_Output::value().
| int fl_return_arrow | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 32 of file Fl_Return_Button.cxx.
References fl_color(), FL_DARK3, fl_gray_ramp(), FL_LIGHT3, fl_line(), fl_xyline(), fl_yxline(), h, size, and w.
Referenced by Fl_Return_Button::draw(), and fl_draw_symbol().