[..]
> Thanks for your example but infortunately it doesn't work.
  Like most of my advice :)

> This line cause an error:
> Fl_Widget** a = array();
>
> "invalid conversion from Fl_Widget* const* to Fl_Widget**

Well there's an api for it.  Have a look at Fl_Group::insert().
For your specific example,
  insert(*child(2), 0) should do the trick.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to