How do I get at the properties of the various widgets I create in a wx window?
I understand how events are managed and trigger python functions, but is
there a way to go the other way and inspect the contents of a wx object from
within python, event though there is no corresponding python object?