Home
last modified time | relevance | path

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

/dports/finance/homebank/homebank-5.5.1/src/
H A Dgtk-chart-progress.c900 gboolean colfound; in drawarea_configure_event_callback() local
922 colfound = gtk_style_context_lookup_color(stylctx, "theme_base_color", &color); in drawarea_configure_event_callback()
923 if(!colfound) in drawarea_configure_event_callback()
924 colfound = gtk_style_context_lookup_color(stylctx, "base_color", &color); in drawarea_configure_event_callback()
926 if( colfound ) in drawarea_configure_event_callback()
936 colfound = gtk_style_context_lookup_color(stylctx, "theme_text_color", &color); in drawarea_configure_event_callback()
937 if(!colfound) in drawarea_configure_event_callback()
939 colfound = gtk_style_context_lookup_color(stylctx, "text_color", &color); in drawarea_configure_event_callback()
941 if( colfound ) in drawarea_configure_event_callback()
H A Dgtk-chart.c1553 gboolean colfound; in drawarea_get_style() local
1563 colfound = gtk_style_context_lookup_color(context, "theme_base_color", &color); in drawarea_get_style()
1564 if(!colfound) in drawarea_get_style()
1565 colfound = gtk_style_context_lookup_color(context, "base_color", &color); in drawarea_get_style()
1567 if( colfound ) in drawarea_get_style()
1577 colfound = gtk_style_context_lookup_color(context, "theme_text_color", &color); in drawarea_get_style()
1578 if(!colfound) in drawarea_get_style()
1580 colfound = gtk_style_context_lookup_color(context, "text_color", &color); in drawarea_get_style()
1583 if( colfound ) in drawarea_get_style()