|
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 | |
| Fl_Menu_Item * | subtypes () |
| const char * | type_name () |
| const char * | alt_type_name () |
| int | is_parent () const |
| int | is_button () const |
| Fl_Type * | make () |
| void | add_child (Fl_Type *a, Fl_Type *b) |
| void | move_child (Fl_Type *a, Fl_Type *b) |
| void | remove_child (Fl_Type *a) |
| int | pixmapID () |
Reimplemented from Fl_Type.
Definition at line 659 of file Fl_Type.h.
References Fl_Type::add_child(), and Fl_Type::parent.
| const char* Fl_Submenu_Type::alt_type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Menu_Item_Type.
| int Fl_Submenu_Type::is_button | ( | ) | const [inline, virtual] |
Reimplemented from Fl_Menu_Item_Type.
| int Fl_Submenu_Type::is_parent | ( | ) | const [inline, virtual] |
| Fl_Type * Fl_Submenu_Type::make | ( | ) | [virtual] |
Reimplemented from Fl_Menu_Item_Type.
Definition at line 135 of file Fl_Menu_Type.cxx.
Reimplemented from Fl_Type.
Definition at line 660 of file Fl_Type.h.
References Fl_Type::move_child(), and Fl_Type::parent.
| int Fl_Submenu_Type::pixmapID | ( | ) | [inline, virtual] |
Reimplemented from Fl_Menu_Item_Type.
| void Fl_Submenu_Type::remove_child | ( | Fl_Type * | a | ) | [inline, virtual] |
Reimplemented from Fl_Type.
Definition at line 661 of file Fl_Type.h.
References Fl_Type::parent, and Fl_Type::remove_child().
| Fl_Menu_Item* Fl_Submenu_Type::subtypes | ( | ) | [inline, virtual] |
Reimplemented from Fl_Menu_Item_Type.
| const char* Fl_Submenu_Type::type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Menu_Item_Type.