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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user