[...]
>
> Here's the order in wich the child widgets appear in my app.
>
> childWdgA = 0
> childWdgB = 1
> childWdgC = 2
> childWdgD = 3
>
> To make my app works properly the child widgets MUST be ordered like this:
>
> childWdgD = 0
> childWdgA = 1
> childWdgB = 2
> childWdgC = 3
>

I think all you have to do is
   insert(*child(3), 0)




_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to