diff options
Diffstat (limited to 'documentation/src/events.dox')
| -rw-r--r-- | documentation/src/events.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/src/events.dox b/documentation/src/events.dox index 21eb3f0b6..9ea3df10c 100644 --- a/documentation/src/events.dox +++ b/documentation/src/events.dox @@ -25,6 +25,9 @@ of the \p handle() method. +Event numbers can be converted to their actual names using the \ref fl_eventnames[] array +defined in \#include <FL/names.h>; see next chapter for details. + In the next chapter, the \ref subclassing_events "MyClass::handle()" example shows how to override the |
