On Sun, Feb 09, 2003 at 10:55:11PM +0100, Martijn Brouwer wrote: > I read this code example in the faq about caputering key strokes. > I do not understand the meaning of *args.
It's like apply(foo, args). It's also very convenient for setting things in TreeModels as you can build your args (args can be a list as well as a tuple) and then do model.set(iter, *args) Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
