.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.flatmenu .. highlight:: python .. _wx.lib.agw.flatmenu.MenuKbdRedirector: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.flatmenu.MenuKbdRedirector** ========================================================================================================================================== A keyboard event handler. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class MenuKbdRedirector:
| |super_classes| Known Superclasses ================================== :class:`wx.EvtHandler` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.flatmenu.MenuKbdRedirector.__init__` Default class constructor. :meth:`~wx.lib.agw.flatmenu.MenuKbdRedirector.ProcessEvent` Processes the inout event. :meth:`~wx.lib.agw.flatmenu.MenuKbdRedirector.SetMenu` Sets the listener menu. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: MenuKbdRedirector(wx.EvtHandler) A keyboard event handler. .. method:: __init__(self, menu, oldHandler) Default class constructor. :param `menu`: an instance of :class:`FlatMenu` for which we want to redirect keyboard inputs; :param `oldHandler`: a previous (if any) :class:`EvtHandler` associated with the menu. .. method:: ProcessEvent(self, event) Processes the inout event. :param `event`: any kind of keyboard-generated events. .. method:: SetMenu(self, menu) Sets the listener menu. :param `menu`: an instance of :class:`FlatMenu`.