|
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_Widget.H"

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 FL_FLOAT_INPUT 1 |
Definition at line 39 of file Fl_Input_.H.
Referenced by Fl_Float_Input::Fl_Float_Input(), Fl_Value_Input::handle(), Fl_Input_::handletext(), Fl_Spinner::step(), subclassname(), and Fl_Spinner::type().
| #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_INT_INPUT 2 |
Definition at line 40 of file Fl_Input_.H.
Referenced by Fl_Int_Input::Fl_Int_Input(), Fl_Spinner::Fl_Spinner(), Fl_Value_Input::handle(), Fl_Input_::handletext(), Fl_Spinner::step(), and subclassname().
| #define FL_MULTILINE_INPUT 4 |
Definition at line 42 of file Fl_Input_.H.
Referenced by Fl_Input_::drawtext(), Fl_Multiline_Input::Fl_Multiline_Input(), Fl_Input::handle(), Fl_Input_::handle_mouse(), Fl_Input_::handletext(), Fl_Input_::line_end(), Fl_Input_::line_start(), and Fl_Input_::linesPerPage().
| #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().
| #define FL_SECRET_INPUT 5 |
Definition at line 43 of file Fl_Input_.H.
Referenced by Fl_Input_::copy(), Fl_Input_::copy_cuts(), fl_password(), Fl_Secret_Input::Fl_Secret_Input(), Fl_Input::handle(), Fl_Input_::replace(), Fl_Input_::word_end(), and Fl_Input_::word_start().