diff options
Diffstat (limited to 'doc/fl_browser.html')
-rw-r--r-- | doc/fl_browser.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/fl_browser.html b/doc/fl_browser.html index f4168a9..f06f1e9 100644 --- a/doc/fl_browser.html +++ b/doc/fl_browser.html @@ -169,21 +169,21 @@ procedure Set_Column_Widths <td><pre> void * data(int line) const; </pre></td> -<td>Not used</td> +<td>Not used.</td> </tr> <tr> <td><pre> void data(int line, void *d); </pre></td> -<td>Not used</td> +<td>Not used.</td> </tr> <tr> <td><pre> void display(int line, int val=1); </pre></td> -<td>Deprecated, see show / Show_Line and hide / Hide_Line</td> +<td>Deprecated, see show / Show_Line and hide / Hide_Line.</td> </tr> <tr> @@ -364,7 +364,7 @@ procedure Remove_Icon <td><pre> void replace(int a, const char *b); </pre></td> -<td>Deprecated, see text / Set_Line_Text</td> +<td>Deprecated, see text / Set_Line_Text.</td> </tr> <tr> @@ -428,7 +428,7 @@ function Number_Of_Lines <td><pre> void size(int W, int H); </pre></td> -<td>Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary</td> +<td>Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary.</td> </tr> <tr> @@ -556,14 +556,14 @@ function Is_Visible <td><pre> FL_BLINE * _remove(int line); </pre></td> -<td>Intentionally left unbound</td> +<td>Intentionally left unbound.</td> </tr> <tr> <td><pre> FL_BLINE * find_line(int line) const; </pre></td> -<td>Intentionally left unbound</td> +<td>Intentionally left unbound.</td> </tr> <tr> @@ -592,7 +592,7 @@ function Average_Item_Height <td><pre> void insert(int line, FL_BLINE *item); </pre></td> -<td>Intentionally left unbound</td> +<td>Intentionally left unbound.</td> </tr> <tr> @@ -752,7 +752,7 @@ function Line_Number <td><pre> void swap(FL_BLINE *a, FL_BLINE *b); </pre></td> -<td>Intentionally left unbound</td> +<td>Intentionally left unbound.</td> </tr> </table> |