I would like to be able to determine all methods bound to events for a particular wxwidget.
I am binding my events dynamically. Is there a way to determine which methods i have bound to each event type available to my wxwidget further down the line, with just a reference to the widget?
Thanks!