Hello all,
Deep within the Nokia thread, Greg Ercolano made a RFC concerning his
Fl_Table API. Personally, I have been using this widget with great
pleasure.
I propose the additional function to Fl_Table_Row:
// activate or deactive dragging out a selection
void dragging_select(bool b)
{
_enable_drag_select = b;
}
This function makes toggles on/off dragging out a selection.
--
Alvin
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk