summaryrefslogtreecommitdiff
path: root/documentation/Fl_Button.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Button.html')
-rw-r--r--documentation/Fl_Button.html4
1 files changed, 2 insertions, 2 deletions
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 '&amp;' in the <TT>label()</TT>. The value is a bitwise
OR of a key and a set of shift flags, for example <CODE>FL_ALT | 'a'</CODE>
, <CODE>FL_ALT | (FL_F + 10)</CODE>, or just <CODE>'a'</CODE>. A value
of 0 disables the shortcut. </P>
-<P>The key can be any value returned by <A href=functions.html#event_key>
+<P>The key can be any value returned by <A href="Fl.html#Fl.event_key">
<TT>Fl::event_key()</TT></A>, but will usually be an ASCII letter. Use
a lower-case letter unless you require the shift key to be held down. </P>
-<P>The shift flags can be any set of values accepted by <A href=events.html#event_state>
+<P>The shift flags can be any set of values accepted by <A href="Fl.html#Fl.event_state">
<TT>Fl::event_state()</TT></A>. 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 &quot;don't care&quot;