diff options
| -rw-r--r-- | FL/Fl_Check_Browser.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Check_Browser.H b/FL/Fl_Check_Browser.H index 771558dc4..713f5cd56 100644 --- a/FL/Fl_Check_Browser.H +++ b/FL/Fl_Check_Browser.H @@ -73,6 +73,7 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ { 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); } |
