Re: Order of children in Box

2008-02-25 Thread jcupitt
On 25/02/2008, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Generally the most recently added child of any > > gtkcontainer is at the head of the list. > > > > > However ... > > you can't really rely on it 100%. > > Yes, I too have observed this behavior when I use fo

Re: Order of children in Box

2008-02-25 Thread Jeffrey Barish
[EMAIL PROTECTED] wrote: > Generally the most recently added child of any > gtkcontainer is at the head of the list. > > However ... > you can't really rely on it 100%. Yes, I too have observed this behavior when I use foreach or get_children. I was wondering whether I could count on it. You sa

Re: Order of children in Box

2008-02-24 Thread jcupitt
On 23/02/2008, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > If I do foreach on a Box, will the order in which the children are retrieved > correspond to the order in which they were packed? How about get_children? I think so. Generally the most recently added child of any gtkcontainer is at the h

Order of children in Box

2008-02-22 Thread Jeffrey Barish
If I do foreach on a Box, will the order in which the children are retrieved correspond to the order in which they were packed? How about get_children? -- Jeffrey Barish ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome