Hi,

A sidebar (as in nautilus) is just a GtkTreeView, right? I want my
TreeView to pick up the style for .sidebar class from gtk3 themes.

here is how I'm trying to do it

        treeview_style = treeview.get_style_context()
        treeview_style.add_class('sidebar')

but this does not seem to pickup style defined for sidebar in the theme css.

Thanks


-- 
Owais Lone
he...@owaislone.org
http://www.owaislone.org
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to