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().
This commit is contained in:
Benjamin Otte
2015-02-16 23:05:05 +01:00
parent c075c14bf4
commit 950b1fb65c
3 changed files with 60 additions and 18 deletions

View File

@ -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,