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_.H File Reference

#include "Fl_Widget.H"
Include dependency graph for Fl_Input_.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Fl_Input_

Defines

#define FL_NORMAL_INPUT   0
#define FL_FLOAT_INPUT   1
#define FL_INT_INPUT   2
#define FL_HIDDEN_INPUT   3
#define FL_MULTILINE_INPUT   4
#define FL_SECRET_INPUT   5
#define FL_INPUT_TYPE   7
#define FL_INPUT_READONLY   8
#define FL_NORMAL_OUTPUT   (FL_NORMAL_INPUT | FL_INPUT_READONLY)
#define FL_MULTILINE_OUTPUT   (FL_MULTILINE_INPUT | FL_INPUT_READONLY)
#define FL_INPUT_WRAP   16
#define FL_MULTILINE_INPUT_WRAP   (FL_MULTILINE_INPUT | FL_INPUT_WRAP)
#define FL_MULTILINE_OUTPUT_WRAP   (FL_MULTILINE_INPUT | FL_INPUT_READONLY | FL_INPUT_WRAP)

Define Documentation

#define FL_HIDDEN_INPUT   3

Definition at line 41 of file Fl_Input_.H.

Referenced by Fl_Input::draw().

#define FL_INPUT_READONLY   8

Definition at line 45 of file Fl_Input_.H.

Referenced by Fl_Input_::readonly().

#define FL_INPUT_TYPE   7

Definition at line 44 of file Fl_Input_.H.

Referenced by Fl_Input_::input_type().

#define FL_INPUT_WRAP   16

Definition at line 48 of file Fl_Input_.H.

Referenced by Fl_Input_::wrap().

#define FL_MULTILINE_INPUT_WRAP   (FL_MULTILINE_INPUT | FL_INPUT_WRAP)

Definition at line 49 of file Fl_Input_.H.

#define FL_MULTILINE_OUTPUT   (FL_MULTILINE_INPUT | FL_INPUT_READONLY)

Definition at line 47 of file Fl_Input_.H.

Referenced by Fl_Multiline_Output::Fl_Multiline_Output().

#define FL_MULTILINE_OUTPUT_WRAP   (FL_MULTILINE_INPUT | FL_INPUT_READONLY | FL_INPUT_WRAP)

Definition at line 50 of file Fl_Input_.H.

#define FL_NORMAL_INPUT   0

Definition at line 38 of file Fl_Input_.H.

Referenced by fl_input().

#define FL_NORMAL_OUTPUT   (FL_NORMAL_INPUT | FL_INPUT_READONLY)

Definition at line 46 of file Fl_Input_.H.

Referenced by Fl_Output::Fl_Output().