James Henstridge wrote:
> Just as an idea, what would people think about using the __getattr__ and
> __setattr__ functions to get and set widget data.  This would require
> altering the current __getattr__ routines to call their parent's
> __getattr__ method for unknown attributes.  This would fix most of the
> wierdness people encounter in pygtk.
> 
> What do people think?

Are talking about being able to do things like:

l=GtkLabel()
l.label="Hello World!"

If so, that would be *cool*!

-- 
Richard Fish                      Enhanced Software Technologies, Inc.
Software Developer                4014 E Broadway Rd Suite 405
[EMAIL PROTECTED]                    Phoenix, AZ  85040 
(602) 470-1115                    http://www.estinc.com
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to