Fl_Text_Editor::Key_Binding Struct Reference

Simple linked list associating a key/state to a function. More...

#include <Fl_Text_Editor.H>

List of all members.

Public Attributes

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


Detailed Description

Simple linked list associating a key/state to a function.
The documentation for this struct was generated from the following file:

FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.