> hi all, > i am using fltk 1.1.7 and using fl_check_browser. to add > a entry we need to use "add". Looks like no function is > available for removing an entry in the browser. Any help is > greatly appreciated.
I imagine that remove() would work? Presumably (and I have not checked this) the check browser should inherit a remove method from it base class? Hmm, looking at the src, it's not obvious to me this would work... I wonder if you can cast it to an Fl_Browser and use its remove(int) method instead? SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

