diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-14 02:43:48 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-14 02:43:48 +0000 |
| commit | 8e3cdc0ac1556f510e936b0e154c6ce513ec3604 (patch) | |
| tree | 0c0f1bb0d2d46639e7324950e2a8a01d2ac2ffb3 /documentation/osissues.html | |
| parent | dc355ebb5477bd3c4374658d3db2a935ae3fb935 (diff) | |
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
Diffstat (limited to 'documentation/osissues.html')
| -rw-r--r-- | documentation/osissues.html | 3 |
1 files changed, 3 insertions, 0 deletions
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: <LI><TT>Text.background</TT> - The default background color for text fields (color). + <LI><TT>tooltips</TT> - The default setting for + tooltips (boolean). + <LI><TT>visibleFocus</TT> - The default setting for visible keyboard focus on non-text widgets (boolean). |
