Domingo Alvarez Duarte wrote:
> I'm looking at Fl_Tree and for now I can't see how to navigate with the
> keyboard and how to do drag and drop betwem the tree items, has someone
> founded a way to accomplish that ?
Fl_Tree is a new widget, and does not yet have keyboard nav.
I've thought about adding it, but haven't had the time,
so patches are welcome.
Re: Drag+Drop (DND), one has to implement drag+drop behavior using
the usual FLTK DND handling techniques where you create a subclass
and implement DND in the handle() method, eg:
http://seriss.com/people/erco/fltk/#DragAndDrop
AFAIK the only FLTK widget that has DND features built in
is Fl_Input (and derived widgets).
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk