diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-05-18 18:57:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-05-18 18:57:40 +0000 |
| commit | a5c7b92f37c87e489a48964c611a7de0cb94e7b5 (patch) | |
| tree | b160b58af2a2b62a6caf49e1cbfd0f02f5d79afa | |
| parent | 73016d491942154a7623b98d4cb058db8e51ab6b (diff) | |
Documentation fix (STR #1686)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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. |
