Documentation fix (STR #1686)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2007-05-18 18:57:40 +00:00
parent 73016d4919
commit a5c7b92f37
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.