On 8/29/07, Greg Ercolano <[EMAIL PROTECTED]> wrote: > Robert Arkiletian wrote: > > I know I can deselect all lines with deselect() > > How do I deselect just one line? > > select(linenum, 0);
Thanks Greg. Now I remember. I recall doing this before. I should have guessed by the default int=1 arg for select(int,int=1) Not as obvious as deselect(linenum). -- 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

