
wx.lib.agw.flatmenu.MenuKbdRedirector¶A keyboard event handler.
Class API¶MenuKbdRedirector(wx.EvtHandler)¶A keyboard event handler.
__init__(self, menu, oldHandler)¶Default class constructor.
menu – an instance of FlatMenu for which we want to redirect
keyboard inputs;
oldHandler – a previous (if any) EvtHandler associated with
the menu.
ProcessEvent(self, event)¶Processes the inout event.
event – any kind of keyboard-generated events.