[pygtk] Re: mark rows with pattern in treeview
Fabian Braennstroem
f.braennstroem at gmx.de
Wed Mar 7 04:38:41 WST 2007
Hi Yuri,
Yuri Pimenov schrieb am 03/06/2007 09:26 AM:
> use TreeViewColumn's set_cell_data_func() to set attributes
> the way you like.
I think you misunderstood me; I am writing a small file manager
based on the example from the tutorial and try to find a way to
select (or mark) e.g. all files with the pdf-extension.
One way would be to use a for loop to search in the 'list' for all
pdf files and keep the corresponding row number; but I am not sure
which function to use for selection!?
>
> On 06/03/07, Fabian Braennstroem <f.braennstroem at gmx.de> wrote:
>> Hi,
>>
>> I would like to mark multiple rows with a certain pattern in a
>> treeview, e.g. all rows with a beginning or ending 'a'. Does anyone
>> know, if there exist a special function for that? Would be nice...
>>
>
Greetings!
Fabian
More information about the pygtk
mailing list