On Fri, Jan 21, 2005 at 04:34:28PM -0500, george young wrote: > [pygtk-1.99.17 , gtk+-2.2.4, python-2.3.3] > > I'm trying to decrease the vertical spacing in my TreeView/ListStore. > > I find in the docs: > http://www.pygtk.org/pygtk2reference/class-gtktreeview.html > > under "Style Properties" > ... > > "vertical-separator" Read-Write The vertical space between cells. Must > be an even number. Allowed values: >= 0. Default value: 2 > > [this was not *marked* as python >= 2.x ... maybe it's a doc failure?] >
Here: http://www.pygtk.org/pygtk2reference/pygtk-reference-format.html, you can see that "Only PyGTK 2.4 has the ability to access style properties.". And also, on FAQ 4.18 (http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq04.018.htp) you can see how to change style properties. Cheers, -- Guilherme Luis R. Salgado _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
