From 8e3cdc0ac1556f510e936b0e154c6ce513ec3604 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 14 Apr 2002 02:43:48 +0000 Subject: Propagate events from the tooltip window to the widget we are tooltipping for... Add "tooltips" resource for default state of tooltips. Fix another tooltip cycling problem. Fix default help and argument processing (didn't have the right min chars for matching, and didn't list new options) Update docos to list new tooltip resource and list of standard arguments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2079 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 81 +++++++++++++++++++++++++++++++++++---------- documentation/osissues.html | 3 ++ 2 files changed, 67 insertions(+), 17 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl.html b/documentation/Fl.html index 3cefeda3f..7b4e6f5c3 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -278,26 +278,73 @@ than argc.

All switches except -bg2 may be abbreviated one letter and case is ignored:

The second form of Fl::args() is useful if your program does -not have command line switches of its own. It parses all the switches, +not have command line switches of its own. It parses all the switches, and if any are not recognized it calls Fl::abort(Fl::help).

A usage string is displayed if Fl::args() detects an invalid diff --git a/documentation/osissues.html b/documentation/osissues.html index 29217d06d..2836b21a5 100644 --- a/documentation/osissues.html +++ b/documentation/osissues.html @@ -393,6 +393,9 @@ resources:

  • Text.background - The default background color for text fields (color). +
  • tooltips - The default setting for + tooltips (boolean). +
  • visibleFocus - The default setting for visible keyboard focus on non-text widgets (boolean). -- cgit v1.2.3