On Sun, Jul 14, 2002 at 10:51:42AM +0800, James Henstridge wrote: > Christian Reis wrote: > > >Will append() take arguments? I found this a bit odd in the API. > > > I have been considering it. It is probably a good idea, as it gives > better compatibility with python lists.
As it is, append() adds an empty line, I assume? > It represents a tree path. store[0] - store[n] are the top level > nodes in the tree. store[0,0] - store[0,n] are the children of the > first node. store[0,1,0] - store[0,1,n] are the children of the > second child of the first toplevel node. So store[0,3] represents the > forth child of the first toplevel node. Trees demand complicated explanations. :-) Looks good. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
