diff options
author | Benjamin Otte <otte@redhat.com> | 2015-02-16 23:05:05 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-10-22 16:42:46 +0200 |
commit | 950b1fb65c1722e00d2ff81343cc57c2a261863c (patch) | |
tree | 961fdf2caae3f19ed37d650709337dfde8ad1374 /gtk/gtkcssnodeprivate.h | |
parent | c075c14bf40af39b983d44a1655cf8ccd3a069ba (diff) | |
download | gtk+-950b1fb65c1722e00d2ff81343cc57c2a261863c.tar.gz |
switch: Port to GtkCssNode
This is a simple port, no code modifications so far other than replacing
gtk_style_context_save() with gtk_style_context_save_to_node().
Diffstat (limited to 'gtk/gtkcssnodeprivate.h')
-rw-r--r-- | gtk/gtkcssnodeprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcssnodeprivate.h b/gtk/gtkcssnodeprivate.h index 7792647f77..2f9587ed17 100644 --- a/gtk/gtkcssnodeprivate.h +++ b/gtk/gtkcssnodeprivate.h @@ -93,6 +93,8 @@ struct _GtkCssNodeClass GType gtk_css_node_get_type (void) G_GNUC_CONST; +GtkCssNode * gtk_css_node_new (void); + void gtk_css_node_set_parent (GtkCssNode *cssnode, GtkCssNode *parent); void gtk_css_node_insert_after (GtkCssNode *parent, |