On Fri, Mar 26, 2004 at 12:05:57AM +0100, Riccardo Galli wrote: > Is possible not to "indent" a column in a treeview ? > I draw a picture to explain
You can add some xpadding using the "xpad" property of the cell renderer (in the same way you might set background color or font on a cell; see the FAQ for examples). The default xpad seems to be 2. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
