summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-01 21:24:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-01 21:24:49 +0000
commitbd069130577e28b3b26dbb5637bb3172fe108e81 (patch)
treefcf77d8c891ad889902cc4f606b348374f2691bb /FL/Enumerations.H
parent3cb5ebe0e811f3db008085d985b7761725589a74 (diff)
First bunch of changes for the 1.1 branch - tooltips.
NOTE: looking into a problem with the tooltip not going away when you ESCape a window (close it)... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1514 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H11
1 files changed, 6 insertions, 5 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 71188640f..fb0a2aab5 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,5 +1,5 @@
//
-// "$Id: Enumerations.H,v 1.18.2.14 2001/01/22 15:13:37 easysw Exp $"
+// "$Id: Enumerations.H,v 1.18.2.14.2.1 2001/08/01 21:24:48 easysw Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
@@ -55,8 +55,8 @@
//
#define FL_MAJOR_VERSION 1
-#define FL_MINOR_VERSION 0
-#define FL_PATCH_VERSION 11
+#define FL_MINOR_VERSION 1
+#define FL_PATCH_VERSION 0
#define FL_VERSION ((double)FL_MAJOR_VERSION + \
(double)FL_MINOR_VERSION * 0.01 + \
(double)FL_PATCH_VERSION * 0.0001)
@@ -82,7 +82,8 @@ enum Fl_Event { // events
FL_HIDE = 15,
FL_SHOW = 16,
FL_PASTE = 17,
- FL_SELECTIONCLEAR = 18
+ FL_SELECTIONCLEAR = 18,
+ FL_MOUSEWHEEL = 19
};
enum Fl_When { // Fl_Widget::when():
@@ -371,5 +372,5 @@ enum Fl_Damage {
#endif
//
-// End of "$Id: Enumerations.H,v 1.18.2.14 2001/01/22 15:13:37 easysw Exp $".
+// End of "$Id: Enumerations.H,v 1.18.2.14.2.1 2001/08/01 21:24:48 easysw Exp $".
//