Home
last modified time | relevance | path

Searched refs:text_run_list (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dchart.c963 if (!cp || !cp->text_run_list)
965 for (list = cp->text_run_list; list; list = list->next)
967 gkrellm_free_glist_and_data(&cp->text_run_list);
1050 if (!cp->text_run_list)
1057 for (list = cp->text_run_list, s = str; *s; s += text_length)
1062 cp->text_run_list = g_list_append(cp->text_run_list, tr);
H A Dgkrellm.h686 GList *text_run_list; /* Caching chart text runs */ member