|
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_Type.h>


Public Member Functions | |
| virtual const char * | type_name () |
| virtual const char * | alt_type_name () |
| Fl_Widget_Type * | _make () |
| int | pixmapID () |
| void | copy_properties () |
| Fl_Widget_Type* Fl_Pack_Type::_make | ( | ) | [inline, virtual] |
Reimplemented from Fl_Group_Type.
| virtual const char* Fl_Pack_Type::alt_type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Group_Type.
| void Fl_Pack_Type::copy_properties | ( | ) | [virtual] |
copy all properties from the edit widget to the live widget
Reimplemented from Fl_Group_Type.
Definition at line 2866 of file Fl_Widget_Type.cxx.
References Fl_Widget_Type::live_widget, Fl_Widget_Type::o, and Fl_Pack::spacing().
| int Fl_Pack_Type::pixmapID | ( | ) | [inline, virtual] |
Reimplemented from Fl_Group_Type.
| virtual const char* Fl_Pack_Type::type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Group_Type.
Definition at line 461 of file Fl_Type.h.
References pack_type_name.