Christian Robottom Reis <[EMAIL PROTECTED]> writes: > On Sun, Dec 21, 2003 at 09:52:13AM -0800, Jeff Bowden wrote: > > myModel = gtk.ListStore(object) > > What's the deal with specifying the type here as "object" versus > Gustavo's recommended gobject.TYPE_PYOBJECT?
I would guess that it's just a matter of taste, like using gtk.ListStore(str) instead of gobject.TYPE_STRING. It's easier to type and to read, and you don't have to import gobject unless you need gobject for something else. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
