On Fri, 2007-04-06 at 23:45 -0700, Craig Pemberton wrote: 
> GList *children = g_list_first(parent->children);

For starters, you want

        gtk_container_get_children()
        
From there, you might also double check you're using the GList API
properly.

AfC
Sydney

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to