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


Public Member Functions | |
| virtual void | ideal_size (int &w, int &h) |
| virtual const char * | type_name () |
| virtual const char * | alt_type_name () |
| int | is_spinner () const |
| Fl_Widget * | widget (int x, int y, int w, int h) |
| Fl_Widget_Type * | _make () |
Definition at line 424 of file factory.cxx.
| Fl_Widget_Type* Fl_Spinner_Type::_make | ( | ) | [inline, virtual] |
Implements Fl_Widget_Type.
Definition at line 444 of file factory.cxx.
| virtual const char* Fl_Spinner_Type::alt_type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Type.
Definition at line 440 of file factory.cxx.
| virtual void Fl_Spinner_Type::ideal_size | ( | int & | w, |
| int & | h | ||
| ) | [inline, virtual] |
Reimplemented from Fl_Widget_Type.
Definition at line 429 of file factory.cxx.
References Fl_Widget::box(), Fl::box_dw(), fl_font(), fl_height(), fl_width(), int, Fl_Widget_Type::o, Fl_Spinner::textfont(), and Fl_Spinner::textsize().
| int Fl_Spinner_Type::is_spinner | ( | ) | const [inline, virtual] |
Reimplemented from Fl_Type.
Definition at line 441 of file factory.cxx.
| virtual const char* Fl_Spinner_Type::type_name | ( | ) | [inline, virtual] |
Implements Fl_Type.
Definition at line 439 of file factory.cxx.
| Fl_Widget* Fl_Spinner_Type::widget | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) | [inline, virtual] |
Implements Fl_Widget_Type.
Definition at line 442 of file factory.cxx.