Lines Matching refs:children
860 GList* children = gtk_container_get_children( GTK_CONTAINER(proxies->data) );
861 if ( children && children->data ) {
862 gpointer combodata = g_object_get_data( G_OBJECT(children->data), "ege-combo-box" );
865 if (!combodata && GTK_IS_ALIGNMENT(children->data)) {
866 GList *other = gtk_container_get_children( GTK_CONTAINER(children->data) );
878 } else if ( GTK_IS_BOX(children->data) ) {
879 gpointer data = g_object_get_data( G_OBJECT(children->data), "ege-proxy_action-group" );
904 GList* children = gtk_container_get_children( GTK_CONTAINER(subMenu) );
905 if ( children && (g_list_length(children) > (guint)active) ) {
906 gpointer data = g_list_nth_data( children, active );
924 GList* children = gtk_container_get_children( GTK_CONTAINER(proxies->data) );
925 if ( children && children->data ) {
926 gpointer combodata = g_object_get_data( G_OBJECT(children->data), "ege-combo-box" );
929 if (!combodata && GTK_IS_ALIGNMENT(children->data)) {
930 GList *other = gtk_container_get_children( GTK_CONTAINER(children->data) );
937 } else if ( GTK_IS_BOX(children->data) ) {
938 gpointer data = g_object_get_data( G_OBJECT(children->data), "ege-proxy_action-group" );