I know I can deselect all lines with deselect() How do I deselect just one line? The docs don't have a deselect(int) Do I have to store all selected lines in an int array, then deselect all, then reselect all but the one I want to deselect?
-- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/ C++ GUI tutorial http://www3.telus.net/public/robark/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

