diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-15 02:06:19 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-15 02:06:19 +0000 |
| commit | 5ec539b9189405f8463e59d774fa4734a26bc708 (patch) | |
| tree | 9d3b6956bd54fe2f3dddfcab5a3784a4791acf03 /documentation | |
| parent | 312ac396039b118407fafb6cd2ca0be2df6a3fd1 (diff) | |
Doco fixes from Alexander.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html index 8bc5728bc..438acbf43 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -209,7 +209,7 @@ called repeatedly). The idle function can be used to get background processing done. <P>You can have multiple idle callbacks. To remove an idle callback use <A -href=#remove_idle><tt>Fl::remove_idle()</tt></A>. +href="#Fl.remove_idle"><tt>Fl::remove_idle()</tt></A>. <P><tt>Fl::wait()</tt> and <tt>Fl::check()</tt> call idle callbacks, but <tt>Fl::ready()</tt> does not. @@ -400,7 +400,7 @@ so it is ok to call it many times and in many places. <H4><A NAME="Fl.damage">int damage();<BR> void damage(int x);</A></H4> -<P>If true then <A href=#flush><tt>flush()</tt></A> will do something. +<P>If true then <A href="#Fl.flush"><tt>flush()</tt></A> will do something. <H4><A NAME="Fl.default_atclose">void default_atclose(Fl_Window*,void*);</A></H4> @@ -510,7 +510,7 @@ FL_Left, FL_Up, FL_Right, FL_Down, FL_Shift_L, FL_Shift_R, FL_Control_L, FL_Control_R, FL_Caps_Lock, FL_Alt_L, FL_Alt_R, FL_Meta_L, FL_Meta_R, FL_Menu, FL_Num_Lock, FL_KP_Enter</tt>. Be careful not to confuse these with the very similar, but all-caps, -symbols used by <A href="#event_state"><tt>Fl::event_state()</tt> +symbols used by <a href="Fl.html#Fl.event_state"><tt>Fl::event_state()</tt> </A>. </LI> </UL> @@ -781,7 +781,7 @@ modal()</tt></A> true, or <tt>NULL</tt> if there are no <tt>modal()</tt> windows <tt>shown()</tt>. The <tt>modal()</tt> window has its <tt>handle()</tt> method called for all events, and no other windows will have <tt>handle()</tt> -called (<A href=#grab><tt>grab()</tt></A> overrides this). +called (<A href="#Fl.grab"><tt>grab()</tt></A> overrides this). <H4><A NAME="Fl.next_window">Fl_Window* next_window(const Fl_Window*);</A></H4> |
