|
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_Text_Editor.H>

Public Attributes | |
| int | key |
| the key pressed | |
| int | state |
| the state of key modifiers | |
| Key_Func | function |
| associated function | |
| Key_Binding * | next |
| next key binding in the list | |
Simple linked list associating a key/state to a function
Definition at line 55 of file Fl_Text_Editor.H.
associated function
Definition at line 58 of file Fl_Text_Editor.H.
Referenced by Fl_Text_Editor::add_key_binding(), and Fl_Text_Editor::bound_key_function().
the key pressed
Definition at line 56 of file Fl_Text_Editor.H.
Referenced by Fl_Text_Editor::add_key_binding(), and Fl_Text_Editor::bound_key_function().
next key binding in the list
Definition at line 59 of file Fl_Text_Editor.H.
Referenced by Fl_Text_Editor::add_key_binding(), Fl_Text_Editor::bound_key_function(), Fl_Text_Editor::remove_all_key_bindings(), and Fl_Text_Editor::remove_key_binding().
the state of key modifiers
Definition at line 57 of file Fl_Text_Editor.H.
Referenced by Fl_Text_Editor::add_key_binding(), and Fl_Text_Editor::bound_key_function().