[wxPython] catch ENTER in combo box

How would I catch the event triggered by the user hitting the ENTER key when
typing something into a combo box? I don't want the boxlist drop down on
enter, just on [arrow down]

Horst

maybe :
derive from wxCombo and use EVT_CHAR inside it ?
but i didnt try it.

ยทยทยท

----- Original Message -----
From: "Horst Herb" <hherb@malleenet.net.au>
To: <wxpython-users@lists.wxwindows.org>
Sent: Sunday, November 04, 2001 5:07 PM
Subject: [wxPython] catch ENTER in combo box

How would I catch the event triggered by the user hitting the ENTER key

when

typing something into a combo box? I don't want the boxlist drop down on
enter, just on [arrow down]

Horst

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users