|
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/Fl.H>#include <FL/fl_draw.H>
Go to the source code of this file.
Enumerations | |
| enum | { UPPER_LEFT, LOWER_RIGHT, CLOSED, FILL } |
Functions | |
| void | fl_arc_i (int x, int y, int w, int h, double a1, double a2) |
| uchar * | fl_gray_ramp () |
| void | fl_round_down_box (int x, int y, int w, int h, Fl_Color bgcolor) |
| void | fl_round_up_box (int x, int y, int w, int h, Fl_Color bgcolor) |
| void | fl_internal_boxtype (Fl_Boxtype, Fl_Box_Draw_F *) |
| Fl_Boxtype | fl_define_FL_ROUND_UP_BOX () |
| anonymous enum |
Definition at line 42 of file fl_round_box.cxx.
| void fl_arc_i | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| double | a1, | ||
| double | a2 | ||
| ) |
Definition at line 38 of file fl_round_box.cxx.
References fl_arc().
| Fl_Boxtype fl_define_FL_ROUND_UP_BOX | ( | ) |
Definition at line 114 of file fl_round_box.cxx.
References _FL_ROUND_DOWN_BOX, _FL_ROUND_UP_BOX, fl_internal_boxtype(), fl_round_down_box(), and fl_round_up_box().
| uchar* fl_gray_ramp | ( | ) |
Definition at line 66 of file fl_boxtype.cxx.
| void fl_internal_boxtype | ( | Fl_Boxtype | t, |
| Fl_Box_Draw_F * | f | ||
| ) |
Sets the drawing function for a given box type.
| [in] | t | box type |
| [in] | f | box drawing function |
Definition at line 363 of file fl_boxtype.cxx.
| void fl_round_down_box | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| Fl_Color | bgcolor | ||
| ) |
Definition at line 85 of file fl_round_box.cxx.
References CLOSED, FILL, fl_gray_ramp(), LOWER_RIGHT, and UPPER_LEFT.
Referenced by fl_define_FL_ROUND_UP_BOX(), and Fl::reload_scheme().
| void fl_round_up_box | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| Fl_Color | bgcolor | ||
| ) |
Definition at line 99 of file fl_round_box.cxx.
References CLOSED, FILL, fl_gray_ramp(), LOWER_RIGHT, and UPPER_LEFT.
Referenced by fl_define_FL_ROUND_UP_BOX(), and Fl::reload_scheme().