Stan wrote:
> > 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)

Thanks but it still doesn't work.
Anyway, I finaly change the way to use my widget class in my prog.
It's more efficient and above all: more easy.
The logic of the child widgets tab is definitly too twisted to consider doing 
something with it.

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

Reply via email to