> The docs don't say anything about what the arguments are that are > passed to the function for TreeModel.foreach() > > Does anybody know what arguments I'll get? Thanks!
Why not try passing something like "def f(*args): print args" to see? -- Stephen Kennedy <[EMAIL PROTECTED]> http://meld.sf.net visual diff and merge _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
