From a5c7b92f37c87e489a48964c611a7de0cb94e7b5 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 18 May 2007 18:57:40 +0000 Subject: Documentation fix (STR #1686) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_File_Chooser.html | 2 +- documentation/Fl_Help_Dialog.html | 2 +- documentation/drawing.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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()

Sets or gets the current filename filter patterns. The filter patterns use fl_filename_match(). +href="functions.html#fl_filename_match">fl_filename_match(). 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").

Shows the Fl_Help_Dialog window. -

void textsize(uchar s)
+

void textsize(uchar s)
uchar textsize()

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 fl_vertex.

Start and end drawing a closed sequence of lines. -

void fl_begin_polygon() +

void fl_begin_polygon()
void fl_end_polygon()

Start and end drawing a convex filled polygon. -- cgit v1.2.3