Home
last modified time | relevance | path

Searched refs:fg_state (Results 1 – 4 of 4) sorted by relevance

/dports/benchmarks/flowgrind/flowgrind-flowgrind-0.8.2/src/
H A Dflowgrind.c1917 char *fg_state = NULL; in print_interval_report() local
1919 rc = asprintf(&fg_state, "(stopped)"); in print_interval_report()
1932 rc = asprintf(&fg_state, "(%c/%c)", ws, rs); in print_interval_report()
1939 fg_state); in print_interval_report()
1940 free(fg_state); in print_interval_report()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkctree.c1056 gint fg_state; in get_cell_style() local
1060 fg_state = GTK_STATE_INSENSITIVE; in get_cell_style()
1062 fg_state = state; in get_cell_style()
1069 *fg_gc = clist_row->cell[column].style->fg_gc[fg_state]; in get_cell_style()
1082 *fg_gc = clist_row->style->fg_gc[fg_state]; in get_cell_style()
1095 *fg_gc = GTK_WIDGET (clist)->style->fg_gc[fg_state]; in get_cell_style()
H A Dgtkclist.c5517 gint fg_state; in get_cell_style() local
5521 fg_state = GTK_STATE_INSENSITIVE; in get_cell_style()
5523 fg_state = state; in get_cell_style()
5530 *fg_gc = clist_row->cell[column].style->fg_gc[fg_state]; in get_cell_style()
5543 *fg_gc = clist_row->style->fg_gc[fg_state]; in get_cell_style()
5556 *fg_gc = GTK_WIDGET (clist)->style->fg_gc[fg_state]; in get_cell_style()
/dports/net-p2p/shx/shx-0.2.4/src/gtk/
H A Dhlist.c5591 gint fg_state; in get_cell_style() local
5595 fg_state = GTK_STATE_INSENSITIVE; in get_cell_style()
5597 fg_state = state; in get_cell_style()
5604 *fg_gc = hlist_row->cell[column].style->fg_gc[fg_state]; in get_cell_style()
5617 *fg_gc = hlist_row->style->fg_gc[fg_state]; in get_cell_style()
5630 *fg_gc = GTK_WIDGET (hlist)->style->fg_gc[fg_state]; in get_cell_style()