mirror of
https://github.com/fltk/fltk.git
synced 2026-05-25 09:17:49 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user