Hi all, I have a project on with some very tedious database handling, I am creating an application with an FLTK interface to help out. One of the problems i am facing is finding out the status of a large number of checkboxes.
Say i needed to step through each of the children of my Fl_Group how can i go about that, I am experimenting with some of the member functions shown in the docs but without getting anything going so far. I need to look at each Fl_Check_Button in the group and ask something like " if(chkBtn->value()) " I am using 1.3rc3 Cheers for any info! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

