Author: matt
Date: 2007-11-19 07:49:51 -0800 (Mon, 19 Nov 2007)
New Revision: 5980
Log:
STR #1767: Adding "remove" function for the Fl_Check_Browser

Modified:
   branches/branch-1.1/documentation/Fl_Check_Browser.html

Modified: branches/branch-1.1/documentation/Fl_Check_Browser.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Check_Browser.html     2007-11-19 
15:46:24 UTC (rev 5979)
+++ branches/branch-1.1/documentation/Fl_Check_Browser.html     2007-11-19 
15:49:51 UTC (rev 5980)
@@ -45,6 +45,7 @@
 </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 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>.
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to