summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserwidget.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-08-25 11:31:56 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-10-18 11:49:16 +0100
commitdace0791a9bab4a5d1a69e4bde87973814ca217a (patch)
treebcf8e20b5813fdf1ed613ec1d3a13682a20786d5 /gtk/gtkappchooserwidget.h
parenta9bbb020aac9f20d7366b29219ada2e77349642a (diff)
downloadgtk+-dace0791a9bab4a5d1a69e4bde87973814ca217a.tar.gz
gsk: Add the ability to create fallback renderers
While porting GTK to GskRenderer we noticed that the current fallback code for widgets using Cairo to draw is not enough to cover all the possible cases. For instance, if a container widget still uses GtkWidget::draw to render its children, and at least one of them has been ported to using render nodes instead, the container won't know how to draw it. For this reason we want to provide to layers above GSK the ability to create a "fallback" renderer instance, created using a "parent" GskRenderer instance, but using a Cairo context as the rendering target instead of a GdkDrawingContext. GTK will use this inside the gtk_widget_draw() implementation, if a widget implements GtkWidgetClass.get_render_node().
Diffstat (limited to 'gtk/gtkappchooserwidget.h')
0 files changed, 0 insertions, 0 deletions