Connect () and Bind ()

Until know, I am still confused about the different between Bind () an Connect ()?
Can Anyone explain about it?

Harya Dananjaya

Connect is a simple wrapper around the C++ method for connecting event types and widget IDs to an event handler function. wxPython's Bind is a bit of Python magic and syntactic sugar that wraps around Connect in a way that makes event binding make more sense for Python programs. In wx 2.9 C++ is also getting a Bind method, although it is somewhat different than wxPython's Bind. I doubt we'll need to use it though.

···

On 2/15/10 4:06 AM, Harya Dananjaya wrote:

Until know, I am still confused about the different between Bind () an
Connect ()?
Can Anyone explain about it?

--
Robin Dunn
Software Craftsman