API Reference for Enthought Tool Suite 3.0.1
Workaround for combobox focus problem in wx 2.6.
Mapping from key code to key event handler names:
Handlers = { Getattr(Name('wx'), 'WXK_LEFT') : Const('_left_key'), Getattr(Name('wx'), 'WXK_RIGHT') : Const('_right_key'), Getattr(Name('wx'), 'WXK_UP') : Const('_up_key'), Getattr(Name('wx'), 'WXK_DOWN') : Const('_down_key'), Getattr(Name('wx'), 'WXK_ESCAPE') : Const('_escape_key') }
| Local name | Refers to |
|---|---|
| wx | wx |
© Copyright 2002-2008 Enthought, Inc.