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 <[EMAIL PROTECTED]> 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 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
