Re: Accessing a GtkTable's children.
- From: Andrew Cowie <andrew operationaldynamics com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Accessing a GtkTable's children.
- Date: Sat, 07 Apr 2007 17:16:04 +1000
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]