diff options
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r-- | gtk/gtksnapshot.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index c8003956fe..db9d4e6d78 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -155,6 +155,14 @@ void gtk_snapshot_append_color (GtkSnapshot const graphene_rect_t *bounds, const char *name, ...) G_GNUC_PRINTF (4, 5); +/* next function implemented in gskpango.c */ +GDK_AVAILABLE_IN_ALL +void gtk_snapshot_append_layout (GtkSnapshot *snapshot, + PangoLayout *layout, + const GdkRGBA *color, + const char *name, + ...) G_GNUC_PRINTF (4, 5); + GDK_AVAILABLE_IN_ALL gboolean gtk_snapshot_clips_rect (GtkSnapshot *snapshot, |