FLTK 1.3.8
|
Simple linked list item associating a key/state to a function. More...
#include <Fl_Text_Editor.H>
Public Attributes | |
Key_Func | function |
associated function | |
int | key |
the key pressed | |
Key_Binding * | next |
next key binding in the list | |
int | state |
the state of key modifiers | |
Simple linked list item associating a key/state to a function.