Listing the event handlers for a wxPython window

Hello.

I have a question: I have a wxPython window. How can I check its event
handler table? (i.e. which handler is handling each event.)

Thanks,
Ram.

There isn't a way to access the event table currently, although I've often thought that it would be a good idea.

···

On 1/18/10 1:26 PM, cool-RR wrote:

Hello.

I have a question: I have a wxPython window. How can I check its event
handler table? (i.e. which handler is handling each event.)

--
Robin Dunn
Software Craftsman

Really? Is there no way to check it event-by-event either?

···

On Tue, Jan 19, 2010 at 4:18 AM, Robin Dunn robin@alldunn.com wrote:

On 1/18/10 1:26 PM, cool-RR wrote:

Hello.

I have a question: I have a wxPython window. How can I check its event

handler table? (i.e. which handler is handling each event.)

There isn’t a way to access the event table currently, although I’ve often thought that it would be a good idea.

Robin Dunn

Software Craftsman

http://wxPython.org

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en


Sincerely,
Ram Rachum

No.

···

On 1/19/10 6:21 AM, cool-RR wrote:

Really? Is there no way to check it event-by-event either?

--
Robin Dunn
Software Craftsman

Oh well. Thanks for your help Robin.

Ram.

···

On Wed, Jan 20, 2010 at 1:06 AM, Robin Dunn robin@alldunn.com wrote:

On 1/19/10 6:21 AM, cool-RR wrote:

Really? Is there no way to check it event-by-event either?

No.

Robin Dunn

Software Craftsman

http://wxPython.org

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en


Sincerely,
Ram Rachum