How to set color on GtkTreeView column header with CSS

1. create
2. get the
3. add custom name for the
4. load css data with
5. create
GtkTreeViewwith the
GtkTreeViewColumnand
GtkCellRendererTextas normal;
2. get the
GtkButtoninside
GtkTreeViewColumn;
3. add custom name for the
GtkButtonwith method
GtkButton::set_name($name);
4. load css data with
GtkCssProvider::load_from_data;
5. create
GtkStyleContextand add provider to the screen, to css be accessible for all widgets;