[wxPython-users] documentation
António Barbosa (GN/dpi)
ab at jn.pt
Sat Feb 10 19:50:14 PST 2007
Hi Lee,
For a LIST of wx.events:
#---------------------------------
import wx
s =3D "EVT"
A=3D[z for z in dir(wx) if z.startswith(s)]
for a in A:
print a
#---------------------------------
For complete events documentation, I think that is only available at wxWidg=
ets docs.
AB
-----Mensagem original-----
De: Lee Connell [mailto:lee.a.connell at gmail.com]
Enviada: dom 11-02-2007 1:28
Para: wxPython-users at lists.wxwidgets.org
Assunto: [wxPython-users] documentation
=
How do I find out all the available events, such as EVT_MENU, EVT_BUTTON,
etc.? I can't seem to locate them in documentation.
=
Thanks
-- =
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.17.33/678 - Release Date: 2/9/2007
4:06 PM
=
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 2871 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20070=
211/f0ec04bd/attachment.bin
More information about the wxpython-users
mailing list