BTW, in my last code paste, this is a stray comment:
// Make child group to clip child box
..that should be ignored/removed.
Also, this line:
Fl_Group::draw_children();
..can just be:
draw_children();
..either way should work.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

