Searched defs:text_color (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Dgimpspinscale.c472 GdkRGBA text_color; local
476 GdkColor text_color; local
530 gtk_style_context_get_color (style, state, &text_color);
540 text_color = style->text[gtk_widget_get_state (widget)];
595 gdk_cairo_set_source_rgba (cr, &text_color);
598 gdk_cairo_set_source_color (cr, &text_color);

Completed in 16 milliseconds