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_Text_Editor::Key_Binding Struct Reference

#include <Fl_Text_Editor.H>

Collaboration diagram for Fl_Text_Editor::Key_Binding:

List of all members.

Public Attributes

int key
 the key pressed
int state
 the state of key modifiers
Key_Func function
 associated function
Key_Bindingnext
 next key binding in the list

Detailed Description

Simple linked list associating a key/state to a function

Definition at line 55 of file Fl_Text_Editor.H.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: