[wxPython] Python 2.2 properties

Hi friends

I've just read whats new in Python2.2 stuff and found properties so useful.
May wxPython support this feat. IMHO mybtn.Position=wxPoint(1,1)
is better than mybtn.SetPosition(wxPoint(1,1))
What do you think?

···

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

I've just read whats new in Python2.2 stuff and found properties so

useful.

May wxPython support this feat. IMHO mybtn.Position=wxPoint(1,1)
is better than mybtn.SetPosition(wxPoint(1,1))
What do you think?

I also like properties, but I would also like wxPython to remain compatible
with as many versions of Python as possible. For that reason I think using
properties would be better done by a layer above wxPython, such as the
PythonCard framework, or the Monty project that was discussed here a few
weeks back.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!