diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_File_Chooser.html | 2 | ||||
| -rw-r--r-- | documentation/Fl_Help_Dialog.html | 2 | ||||
| -rw-r--r-- | documentation/drawing.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index 1b0e09d44..9e907dfa0 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -201,7 +201,7 @@ const char *filter()</A></H4> <P>Sets or gets the current filename filter patterns. The filter patterns use <A -href="#fl_filename_match"><tt>fl_filename_match()</tt></A>. +href="functions.html#fl_filename_match"><tt>fl_filename_match()</tt></A>. Multiple patterns can be used by separating them with tabs, like "*.jpg\t*.png\t*.gif\t*". In addition, you can provide human-readable labels with the patterns inside parenthesis, like diff --git a/documentation/Fl_Help_Dialog.html b/documentation/Fl_Help_Dialog.html index f999fceaa..4e51745eb 100644 --- a/documentation/Fl_Help_Dialog.html +++ b/documentation/Fl_Help_Dialog.html @@ -86,7 +86,7 @@ The filename can also contain a target name ("filename.html#target"). <P>Shows the <code>Fl_Help_Dialog</code> window. -<H4><A NAME="Fl_Help_Dialog.topline">void textsize(uchar s)<BR> +<H4><A NAME="Fl_Help_Dialog.textsize">void textsize(uchar s)<BR> uchar textsize()</A></H4> <P>Sets or gets the default text size for the help view. diff --git a/documentation/drawing.html b/documentation/drawing.html index f003e5a43..beda0f96e 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -455,7 +455,7 @@ the list with <tt>fl_vertex</tt>. <P>Start and end drawing a closed sequence of lines. -<H4><A NAME= fl_begin_polygon>void fl_begin_polygon() +<H4><A NAME=fl_begin_polygon>void fl_begin_polygon() <BR>void fl_end_polygon()</A></H4> <P>Start and end drawing a convex filled polygon. |
