gtk.Arrow is a filled triangle widget. But the arrows in a treeview
are not as separate widgets, then could not be replaced by programmer,
and does not accept style changing! You can only change it's size via
"expander-size" property of treeview, for example:
treeview.set_property("expander-size", 5)On 9/24/09, Luis Felipe Lopez Acevedo <[email protected]> wrote: > Hello all. > > What's the class of the triangle expanders in tree views? > > I'm creating a theme and I'd like to know if it's possible to add style > to that little triangle component. > > Thanks in advance. > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
