Christian Reis wrote:

On Wed, Nov 06, 2002 at 12:49:48AM -0800, David M. Cook wrote:

On Tue, Nov 05, 2002 at 05:23:21PM +0800, James Henstridge wrote:


store = gtk.ListStore(*[str]*cols)

Whoa, slick, you can also use foo(**keys). I can get rid of all those
awkward apply() invocations in my code.

Python 2.x only; 1.5 requires the apply.

Which is not an issue when the underlying modules require 2.2 ...

James.

--
Email: [EMAIL PROTECTED] | Linux.conf.au http://linux.conf.au/
WWW: http://www.daa.com.au/~james/ | Jan 22-25 Perth, Western Australia.


_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Reply via email to