[Tutor] My First Post

Danny Yoo dyoo at hashcollision.org
Tue Feb 4 03:17:08 CET 2014


Just as you might look at a dictionary to find the meaning of a word,
you'll look at library documentation to look for the meaning of a
method.  Most likely, you may need to refer to the documentation of
the library in question.


I do not know if this is the method you are looking at, but here is
something about a "bind" related to wxPython:

    http://www.wxpython.org/docs/api/wx.EvtHandler-class.html#Bind

    http://wxpython.org/Phoenix/docs/html/events_overview.html


The first link is in the style of a reference manual: very terse, but
with technical detail.

The second link appears to be user-level documentation, with examples
and a description of the event model.


More information about the Tutor mailing list