summaryrefslogtreecommitdiff
path: root/documentation/Fl_Check_Browser.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Check_Browser.html')
-rw-r--r--documentation/Fl_Check_Browser.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/Fl_Check_Browser.html b/documentation/Fl_Check_Browser.html
index 4de53e4f3..df14ee0d8 100644
--- a/documentation/Fl_Check_Browser.html
+++ b/documentation/Fl_Check_Browser.html
@@ -45,6 +45,7 @@ lines that may be selected and/or checked by the user.
</UL>
</TD><TD align=left valign=top>
<UL>
+<LI><A href=#Fl_Check_Browser.remove>remove</A></LI>
<LI><A href=#Fl_Check_Browser.set_checked>set_checked</A></LI>
<LI><A href=#Fl_Check_Browser.text>text</A></LI>
<LI><A href=#Fl_Check_Browser.value>value</A></LI>
@@ -86,6 +87,10 @@ Returns how many items are currently checked.
Returns how many lines are in the browser. The last line number is equal to
this.
+<H4><A name=Fl_Check_Browser.remove>int Fl_Check_Browser::remove(int n)</A></H4>
+Remove line <TT>n</TT> and make the browser one line shorter. Returns the
+number of lines left in the browser.
+
<H4><A name=Fl_Check_Browser.set_checked>void Fl_Check_Browser::set_checked(int item)</A></H4>
Equivalent to <TT>Fl_Check_Browser::checked(item, 1)</TT>.