On 12.04.2012, at 15:34, Domingo Alvarez Duarte wrote: > Also would be a nice feature to allow inheritance of Fl_Tree and > Fl_Tree_Item, actually Fl_Tree do not allow insertion of custom > Fl_Tree_Items, also support for virtual widgets instead of one widget per > node.
For FLTK3, Fl_tree should be a specialized group and Fl_Tree_Item should be any possible widget, including a Group. If done correctly, this will keep Fl_Tree in line with the hierarchical design of FLTK. Greg, what do you think? - Matthias _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
