wx.lib.agw.flatmenu.FocusHandler¶
A focus event handler.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Handles the |
|
Handles the |
|
Sets the listener menu. |
Class API¶
- class FocusHandler(wx.EvtHandler)¶
A focus event handler.
Methods¶
- __init__(self, menu)¶
Default class constructor.
- Parameters:
menu – an instance of
FlatMenu
for which we want to redirect focus inputs.
- OnKeyDown(self, event)¶
Handles the
wx.EVT_KEY_DOWN
event forFocusHandler
.- Parameters:
event – a
KeyEvent
event to be processed.
- OnKillFocus(self, event)¶
Handles the
wx.EVT_KILL_FOCUS
event forFocusHandler
.- Parameters:
event – a
FocusEvent
event to be processed.