Home
last modified time | relevance | path

Searched refs:table_children (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_script.c285 if (node->table_children != NULL) in r_script_register_node_list()
287 … status = r_script_register_node_list(rs, node->table_children, lua_gettop(ls), NULL); in r_script_register_node_list()
352 …r_script_node_t nodes[] = { { node->name, node->type, node->table_children, node->function_func },… in r_script_register_node_internal()
H A Dr_script.h58 const struct _r_script_node *table_children; member
/dports/math/galculator/galculator-2.1.4/src/
H A Dui.c594 GList* table_children; in set_all_dispctrl_buttons_property() local
601 table_children = gtk_container_get_children(GTK_CONTAINER(table)); in set_all_dispctrl_buttons_property()
603 if (!table_children) return; in set_all_dispctrl_buttons_property()
606 if (GTK_IS_TABLE_OR_GRID (table_children->data)) in set_all_dispctrl_buttons_property()
607 table = (GTK_TABLE_OR_GRID *) GTK_WIDGET(table_children->data); in set_all_dispctrl_buttons_property()
608 g_list_free(table_children); in set_all_dispctrl_buttons_property()
/dports/math/galculator/galculator-2.1.4/
H A DChangeLog10 * in ui.c::set_all_dispctrl_buttons_property check for table_children != NULL
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.c2349 LiVESList *table_children, *xlist; in scroll_tracks() local
2786 xlist = table_children = lives_container_get_children(LIVES_CONTAINER(mt->timeline_table)); in scroll_tracks()
2788 while (table_children) { in scroll_tracks()
2789 LiVESWidget *child = (LiVESWidget *)table_children->data; in scroll_tracks()
2791 table_children = table_children->next; in scroll_tracks()