From 0e6e2393bfc7eeaa47b8a2ebd6c2023f560d7a90 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Apr 2000 18:15:26 +0000 Subject: Typos reported by Alexander Mai Fl_Browser_ docos finished. Added Fl_Group::init_sizes() description. Added links for common widgets in chapter 3 (?) Fixed formatting problems in subclassing and FLUID chapters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/enumerations.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'documentation/enumerations.html') diff --git a/documentation/enumerations.html b/documentation/enumerations.html index a2538c631..6ffee5988 100644 --- a/documentation/enumerations.html +++ b/documentation/enumerations.html @@ -59,6 +59,17 @@ is released and the value changes.
  • FL_WHEN_ENTER_KEY_ALWAYS - Do the callback when the user presses the ENTER key, even if the value doesn't change.
  • +

    Fl::event_button() Values

    + +

    The following constants define the button numbers for FL_PUSH and +FL_RELEASE events: + +

    +

    Fl::event_key() Values

    The following constants define the non-ASCII keys on the keyboard for FL_KEYBOARD and FL_SHORTCUT events: @@ -180,7 +191,7 @@ In addition there are two inline functions to allow you to select grays or colors from the FLTK colormap:

    Fl_Color fl_gray_ramp(int i) -
    Returs a gray color. Returns black for zero, returns white for +
    Returns a gray color. Returns black for zero, returns white for FL_NUM_GRAY (which is 24) minus 1. To get the closest to an 8-bit gray value 'I' use fl_gray_ramp(I*FL_NUM_GRAY/256) -- cgit v1.2.3