Re: Accessing a GtkTable's children.



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]