From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Jan 2002 02:17:19 +0000 Subject: Doco and makefile updates from SGI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Button.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Button.html') diff --git a/documentation/Fl_Button.html b/documentation/Fl_Button.html index 921c86391..e6ee1e733 100644 --- a/documentation/Fl_Button.html +++ b/documentation/Fl_Button.html @@ -90,10 +90,10 @@ overrides the use of '&' in the label(). The value is a bitwise OR of a key and a set of shift flags, for example FL_ALT | 'a' , FL_ALT | (FL_F + 10), or just 'a'. A value of 0 disables the shortcut.

-

The key can be any value returned by +

The key can be any value returned by Fl::event_key(), but will usually be an ASCII letter. Use a lower-case letter unless you require the shift key to be held down.

-

The shift flags can be any set of values accepted by +

The shift flags can be any set of values accepted by Fl::event_state(). If the bit is on that shift key must be pushed. Meta, Alt, Ctrl, and Shift must be off if they are not in the shift flags (zero for the other bits indicates a "don't care" -- cgit v1.2.3