next minor discrepancy

wx.EVT_LEFT_DCLICK is an object and leads to a crash while
wxEVT_LEFT_DCLICK is 10030 and works

···

_________________________
Mark Achtman
Max-Planck Institut für Infektionsbiologie
Schumannstr. 21/22
10117 Berlin, Germany
Tel: +4930 28460751
Fax: +4930 28460750
e-mail: achtman@mpiib-berlin.mpg.de

Co-Editor
Infection, Genetics and Evolution - http://www.elsevier.nl/locate/meegid

You are invited to submit articles for the above journal
directly to me.

Instructions to authors at the megiid website

wx.EVT_LEFT_DCLICK is the function wrapper and wx.wxEVT_LEFT_DCLICK is the event id. The event constants still retain the wx prefix to avoid name conflicts with the event function wrappers in wxPython 2.5 and later.

ka

···

On Aug 18, 2004, at 11:20 AM, Mark Achtman wrote:

wx.EVT_LEFT_DCLICK is an object and leads to a crash while
wxEVT_LEFT_DCLICK is 10030 and works