|
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 const char * | type_name () |
| virtual const char * | alt_type_name () |
| Fl_Widget * | widget (int x, int y, int w, int h) |
| Fl_Widget_Type * | _make () |
| int | pixmapID () |
Definition at line 771 of file factory.cxx.
| Fl_Widget_Type* Fl_Slider_Type::_make | ( | ) | [inline, virtual] |
Implements Fl_Widget_Type.
Reimplemented in Fl_Scrollbar_Type, and Fl_Value_Slider_Type.
Definition at line 779 of file factory.cxx.
| virtual const char* Fl_Slider_Type::alt_type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Type.
Reimplemented in Fl_Scrollbar_Type, and Fl_Value_Slider_Type.
Definition at line 776 of file factory.cxx.
| int Fl_Slider_Type::pixmapID | ( | ) | [inline, virtual] |
Reimplemented from Fl_Type.
Reimplemented in Fl_Scrollbar_Type, and Fl_Value_Slider_Type.
Definition at line 780 of file factory.cxx.
| virtual const char* Fl_Slider_Type::type_name | ( | ) | [inline, virtual] |
Implements Fl_Type.
Reimplemented in Fl_Scrollbar_Type, and Fl_Value_Slider_Type.
Definition at line 775 of file factory.cxx.
| Fl_Widget* Fl_Slider_Type::widget | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) | [inline, virtual] |
Implements Fl_Widget_Type.
Reimplemented in Fl_Scrollbar_Type, and Fl_Value_Slider_Type.
Definition at line 777 of file factory.cxx.