GtkTreeView as Sidebar



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
hello owaislone org
http://www.owaislone.org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]