Lets use complete English words please. While "props" may sound natural to native English speakers, programmers for whom English is their second language have yet another barrier to figuring out "props" is a semantic abbreviation for "properties." Furthermore, you won't find the word "props" in any English dictionary that signifies it to be an abbreviation for properties.
Whenever possible use full names to describe your references/variable names. It's more typing but it pays of in the long run, especially since programmers spend more time reading than writing code. Anything that will made code accessible, more readable and easier to decipher is welcome, in my opinion. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
