[pygtk] treeview. how to "non indent" column ?

John Finlay finlay at moeraki.com
Sat Mar 27 02:50:18 WST 2004



Riccardo Galli wrote:

>On Fri, 26 Mar 2004 00:05:57 +0100
>Riccardo Galli <rycki at tiscalinet.it> wrote:
>
>  
>
>>Is possible not to "indent" a column in a treeview ?
>>I draw a picture to explain
>>
>>col1 |   col2   |
>>  @  | bla      |
>>  @  |  -bla    |
>>  @  |    -bla  |
>>  @  |    -bla  |
>>  @  |  -bla    |
>>    
>>
>
>I ally a simple prog where make tests, if someone want try.
>  
>
Do you want the second column to be indented but not the first? If so, 
perhaps set_expander_column() would be useful?

http://www.pygtk.org/pygtk2reference/class-gtktreeview.html#method-gtktreeview--set-expander-column

John



More information about the pygtk mailing list