Domingo Alvarez Duarte wrote:
> My first try on your patch show that the scrollbar isn't working, and
> modifyng with this make it works even with keyboard:
I think it breaks the test/tree program, since the child FLTK
widgets will try to take the events away for themselves.
That's one of the bits that's "in progress"; how to navigate
focus gracefully between the tree's items and FLTK widgets that
are children of the items.
Since the tree's items are not actually widgets (to avoid the
overhead that creates), some careful handling of various low level
FLTK events is needed to pull this off.
I'll probably have an update that gets this a little closer;
I was working on this today to try to clean up that patch a bit more,
and fix some small behavioral problems. But I don't think I'll have
a good solution yet for tree items that have FLTK widget children.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk