Paul Sijben wrote:
I noticed that on WinXP a I can select an entry in a wx.Choice by
pressing the key belonging to the firt character of the entry. In Ubuntu
linux this does not seem to work (both in my code and the wxpython demo).This begs two questions:
1) is this normal?
Yes. The native widgets will tend to have different built-in features on the various platforms. That is the 'Feel' part of the native L&F.
2) is it feasible to simply create this behavior in GTK by catching the
keypresses?
Probably.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!