summaryrefslogtreecommitdiff
path: root/doc/fl_browser.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-06 23:46:40 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-06 23:46:40 +1300
commit49f2a539cdc77b504ddef00162625531b659c767 (patch)
tree30a90d61fa1a2c545f0da92f1cb7779fb802610b /doc/fl_browser.html
parent02a3af82e69848af64955b4c646f3fe5f1738a8b (diff)
Revised Browser subhierarchy, mostly protected method bindings
Diffstat (limited to 'doc/fl_browser.html')
-rw-r--r--doc/fl_browser.html18
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>