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_Input_Choice_Type Class Reference

#include <Fl_Type.h>

Inheritance diagram for Fl_Input_Choice_Type:
Collaboration diagram for Fl_Input_Choice_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 ()
virtual Fl_Typeclick_test (int, int)
Fl_Widgetwidget (int X, int Y, int W, int H)
Fl_Widget_Type_make ()
virtual void build_menu ()
int pixmapID ()
void copy_properties ()

Detailed Description

Definition at line 745 of file Fl_Type.h.


Member Function Documentation

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

Implements Fl_Widget_Type.

Definition at line 777 of file Fl_Type.h.

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

Reimplemented from Fl_Type.

Definition at line 769 of file Fl_Type.h.

void Fl_Input_Choice_Type::copy_properties ( ) [virtual]

copy all properties from the edit widget to the live widget

Reimplemented from Fl_Menu_Type.

Definition at line 531 of file Fl_Menu_Type.cxx.

References Fl_Input_Choice::down_box(), Fl_Widget_Type::live_widget, Fl_Input_Choice::menu(), Fl_Widget_Type::o, Fl_Input_Choice::textcolor(), Fl_Input_Choice::textfont(), and Fl_Input_Choice::textsize().

virtual void Fl_Input_Choice_Type::ideal_size ( int &  w,
int &  h 
) [inline, virtual]
int Fl_Input_Choice_Type::pixmapID ( ) [inline, virtual]

Reimplemented from Fl_Type.

Definition at line 779 of file Fl_Type.h.

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

Implements Fl_Type.

Definition at line 768 of file Fl_Type.h.

Fl_Widget* Fl_Input_Choice_Type::widget ( int  X,
int  Y,
int  W,
int  H 
) [inline, virtual]

Implements Fl_Widget_Type.

Definition at line 771 of file Fl_Type.h.

References Fl_Input_Choice::menu(), and Fl_Input_Choice::value().


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