|
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_Widget.H>#include <FL/Fl_Group.H>#include <FL/fl_draw.H>#include <FL/Fl_Image.H>#include <FL/Fl_Input_.H>
Go to the source code of this file.
Defines | |
| #define | MAX_LABELTYPE 16 |
Functions | |
| void | fl_no_label (const Fl_Label *, int, int, int, int, Fl_Align) |
| void | fl_normal_label (const Fl_Label *o, int X, int Y, int W, int H, Fl_Align align) |
| void | fl_normal_measure (const Fl_Label *o, int &W, int &H) |
| #define MAX_LABELTYPE 16 |
Definition at line 59 of file fl_labeltype.cxx.
Definition at line 39 of file fl_labeltype.cxx.
Definition at line 42 of file fl_labeltype.cxx.
References Fl_Label::color, fl_color(), fl_draw(), fl_font(), Fl_Label::font, Fl_Label::image, Fl_Label::size, and Fl_Label::value.
| void fl_normal_measure | ( | const Fl_Label * | o, |
| int & | W, | ||
| int & | H | ||
| ) |
Definition at line 50 of file fl_labeltype.cxx.
References fl_font(), fl_measure(), Fl_Label::font, Fl_Image::h(), Fl_Label::image, Fl_Label::size, Fl_Label::value, and Fl_Image::w().
Referenced by Fl_Label::measure().