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)  

Fl_Text_Display_Type Class Reference

Inheritance diagram for Fl_Text_Display_Type:
Collaboration diagram for Fl_Text_Display_Type:

List of all members.

Public Member Functions

virtual void ideal_size (int &w, int &h)
virtual const char * type_name ()
virtual const char * alt_type_name ()
int is_text_display () const
Fl_Widgetwidget (int x, int y, int w, int h)
Fl_Widget_Type_make ()
int pixmapID ()

Detailed Description

Definition at line 562 of file factory.cxx.


Member Function Documentation

Fl_Widget_Type* Fl_Text_Display_Type::_make ( ) [inline, virtual]

Implements Fl_Widget_Type.

Definition at line 584 of file factory.cxx.

virtual const char* Fl_Text_Display_Type::alt_type_name ( ) [inline, virtual]

Reimplemented from Fl_Type.

Definition at line 578 of file factory.cxx.

virtual void Fl_Text_Display_Type::ideal_size ( int &  w,
int &  h 
) [inline, virtual]
int Fl_Text_Display_Type::is_text_display ( ) const [inline, virtual]

Reimplemented from Fl_Type.

Definition at line 579 of file factory.cxx.

int Fl_Text_Display_Type::pixmapID ( ) [inline, virtual]

Reimplemented from Fl_Type.

Definition at line 585 of file factory.cxx.

virtual const char* Fl_Text_Display_Type::type_name ( ) [inline, virtual]

Implements Fl_Type.

Definition at line 577 of file factory.cxx.

Fl_Widget* Fl_Text_Display_Type::widget ( int  x,
int  y,
int  w,
int  h 
) [inline, virtual]

Implements Fl_Widget_Type.

Definition at line 580 of file factory.cxx.


The documentation for this class was generated from the following file: