|
GTK and C : how to view list of gpointer children
hi.
i have a problem with getting list of GTK elements.
i'm using GLADE-2 to build interfaces and i have to configure callbacks manually.
this isn't so hard when i'm using simple pointers passing to callback functions, for example pointers to label or button. but i don't know how to get children list when i'm passing containers which contains more elements (for example: frame with label, text entry and image) ...
how to get list (and easy access) to GTK container children having his gpointer ???
|