On Wed, 5 Sep 2001, Werner wrote: > I don't unterstand how to use GtkCList with multi-selection-rows. > The testgtk.py example use only Single Mode. I try to modify the > example but only get the current selected row. Is there a function > available to get all rows in a List[]. Very basically, clist.selection _does_ return a list of items. When mode is BROWSE or SINGLE, there will only be one item; however, in the multiple case, you need to iterate through the list for them all. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
