wxPython dictionary of classes to events they call

Posted by None on Stack Overflow See other posts from Stack Overflow or by None
Published on 2010-05-12T01:44:56Z Indexed on 2010/05/12 1:54 UTC
Read the original article Hit count: 196

Filed under:
|
|
|
|

I was wondering if there was a dictionary containing string versions of wxPython class (like 'Button' for wx.Button) to the events they call. This is what I want: {'Button': wx.EVT_BUTTON, ...}. Is there a dictionary like this anywhere in the module or on the web?

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython