Lines Matching refs:background_fill
503 Gdk::RGBA background_fill;
504 get_style_context()->lookup_color("base_color", background_fill);
506 Gdk::Cairo::set_source_rgba(cr, background_fill);
508 Gdk::Color background_fill = get_style()->get_base(get_state());
510 Gdk::Cairo::set_source_color(cr, background_fill);
636 Gdk::RGBA background_fill;
637 get_style_context()->lookup_color("base_color", background_fill);
639 Gdk::Cairo::set_source_rgba(cr, background_fill);
643 Gdk::Color background_fill = get_style()->get_base(get_state());
645 Gdk::Cairo::set_source_color(cr, background_fill);