Re: [pygtk] Does ctree.selection work?



On Tue, 14 Aug 2001, David Everly wrote:

This bit of python works for me.  I've defined a GtkCList in glade
called 'includeList':

l = []
for i in self.includeList.selection:
   l.append(self.includeList.get_text(i, 0))

The clist selection works. The problem I see is with ctree selection,
which don't. James?

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]