I have a simple application in a Frame, in it I have a button that I want to
press when I hit enter.  How can I do this?  I know with textctrl's you have
the EVT_TEXT_ENTER event to do things for you when enter is pressed, can I do
the same with a button.  I know in WxWidgets for C++ you can put it in a
WxDialog and it will do all that anyway, but my version of WxPython doesn't
have that
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to