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

Modified:
   branches/branch-1.1/FL/Fl_Check_Browser.H

Modified: branches/branch-1.1/FL/Fl_Check_Browser.H
===================================================================
--- branches/branch-1.1/FL/Fl_Check_Browser.H   2007-11-19 15:46:03 UTC (rev 
5978)
+++ branches/branch-1.1/FL/Fl_Check_Browser.H   2007-11-19 15:46:24 UTC (rev 
5979)
@@ -73,6 +73,7 @@
   int add(char *s);               // add an (unchecked) item
   int add(char *s, int b);        // add an item and set checked
                                  // both return the new nitems()
+  int remove(int item);           // delete an item. Returns nitems()
 
   // inline const char * methods to avoid breaking binary compatibility...
   int add(const char *s) { return add((char *)s); }

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

Reply via email to