ANNOUNCE: wxPython 2.1.16

David Bolen db3l at fitlinxx.com
Wed Jun 14 03:18:22 EDT 2000


"Robin Dunn" <robin at alldunn.com> writes:

> WARNING: A while back I asked what should be done about the Magic
> Method Names.  (Methods that are automatically turned into event
> handlers by virtue of their name.)  The consensus was that it is more
> confusing to have them than to try and expand them to have greater
> coverage.  I am finally getting around to removing the code that
> generates the event binding.  This means that if you are using any of
> the following method names without a EVT_* call that you need to
> modify your code to add the EVT_* to hook the event to the method.

One burp with this - it looks like this causes a small problem with
the wrappings for wxTaskBarIcon.  In windows2.py it still uses
wx._checkForCallback, but that function is now commented out in wx.py.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list