|
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.
Defines | |
| #define | BW 3 |
Functions | |
| void | fl_internal_boxtype (Fl_Boxtype, Fl_Box_Draw_F *) |
| Fl_Boxtype | fl_define_FL_SHADOW_BOX () |
| #define BW 3 |
Definition at line 31 of file fl_shadow_box.cxx.
| Fl_Boxtype fl_define_FL_SHADOW_BOX | ( | ) |
Definition at line 48 of file fl_shadow_box.cxx.
References _FL_SHADOW_BOX, _FL_SHADOW_FRAME, and fl_internal_boxtype().
| 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.
References f.
Referenced by fl_define_FL_DIAMOND_BOX(), fl_define_FL_GTK_UP_BOX(), fl_define_FL_OVAL_BOX(), fl_define_FL_PLASTIC_UP_BOX(), fl_define_FL_RFLAT_BOX(), fl_define_FL_ROUND_UP_BOX(), fl_define_FL_ROUNDED_BOX(), fl_define_FL_RSHADOW_BOX(), and fl_define_FL_SHADOW_BOX().