Searched refs:style_context (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-slider.cpp156 Glib::RefPtr<Gtk::StyleContext> style_context = get_style_context(); local
157 Gtk::Border padding = style_context->get_padding(get_state_flags());
169 Glib::RefPtr<Gtk::StyleContext> style_context = get_style_context(); local
170 Gtk::Border padding = style_context->get_padding(get_state_flags());
319 Glib::RefPtr<Gtk::StyleContext> style_context = get_style_context(); local
321 Gtk::Border padding = style_context->get_padding(get_state_flags());
396 Glib::RefPtr<Gtk::StyleContext> style_context = get_style_context(); local
405 style_context->render_frame(cr, 0, 0, allocation.get_width(), allocation.get_height());
418 padding = style_context->get_padding(get_state_flags());
495 style_context
[all...]
/inkscape/src/
H A Dsvg-view-widget.cpp95 GtkStyleContext *style_context = gtk_widget_get_style_context(GTK_WIDGET(vw->canvas)); local
103 gtk_style_context_add_provider(style_context,
/inkscape/src/widgets/
H A Dspw-utilities.cpp271 GtkStyleContext *style_context = gtk_widget_get_style_context(w); local
272 gtk_style_context_add_provider(style_context,
H A Ddesktop-widget.cpp577 GtkStyleContext *style_context = gtk_widget_get_style_context(GTK_WIDGET(dtw->canvas)); local
585 gtk_style_context_add_provider(style_context,

Completed in 39 milliseconds