|
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_input () const |
| Fl_Widget * | widget (int x, int y, int w, int h) |
| Fl_Widget_Type * | _make () |
| int | pixmapID () |
| virtual void | copy_properties () |
Definition at line 470 of file factory.cxx.
| Fl_Widget_Type* Fl_Input_Type::_make | ( | ) | [inline, virtual] |
Implements Fl_Widget_Type.
Reimplemented in Fl_Output_Type.
Definition at line 492 of file factory.cxx.
| virtual const char* Fl_Input_Type::alt_type_name | ( | ) | [inline, virtual] |
Reimplemented from Fl_Type.
Reimplemented in Fl_Output_Type.
Definition at line 485 of file factory.cxx.
| virtual void Fl_Input_Type::copy_properties | ( | ) | [inline, virtual] |
copy all properties from the edit widget to the live widget
Reimplemented from Fl_Widget_Type.
Definition at line 494 of file factory.cxx.
References Fl_Widget_Type::live_widget, Fl_Widget_Type::o, Fl_Input_::shortcut(), Fl_Input_::textcolor(), Fl_Input_::textfont(), and Fl_Input_::textsize().
| virtual void Fl_Input_Type::ideal_size | ( | int & | w, |
| int & | h | ||
| ) | [inline, virtual] |
Reimplemented from Fl_Widget_Type.
Reimplemented in Fl_Output_Type.
Definition at line 474 of file factory.cxx.
References Fl_Widget::box(), Fl::box_dw(), fl_font(), fl_height(), fl_width(), int, Fl_Widget_Type::o, Fl_Input_::textfont(), and Fl_Input_::textsize().
| int Fl_Input_Type::is_input | ( | ) | const [inline, virtual] |
Reimplemented from Fl_Type.
Definition at line 486 of file factory.cxx.
| int Fl_Input_Type::pixmapID | ( | ) | [inline, virtual] |
Reimplemented from Fl_Type.
Reimplemented in Fl_Output_Type.
Definition at line 493 of file factory.cxx.
| virtual const char* Fl_Input_Type::type_name | ( | ) | [inline, virtual] |
| Fl_Widget* Fl_Input_Type::widget | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) | [inline, virtual] |
Implements Fl_Widget_Type.
Reimplemented in Fl_Output_Type.
Definition at line 487 of file factory.cxx.
References Fl_Input_::value().