.. 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.FocusHandler: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.flatmenu.FocusHandler** ========================================================================================================================================== A focus event handler. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class FocusHandler:
| |super_classes| Known Superclasses ================================== :class:`wx.EvtHandler` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.flatmenu.FocusHandler.__init__` Default class constructor. :meth:`~wx.lib.agw.flatmenu.FocusHandler.OnKeyDown` Handles the ``wx.EVT_KEY_DOWN`` event for :class:`FocusHandler`. :meth:`~wx.lib.agw.flatmenu.FocusHandler.OnKillFocus` Handles the ``wx.EVT_KILL_FOCUS`` event for :class:`FocusHandler`. :meth:`~wx.lib.agw.flatmenu.FocusHandler.SetMenu` Sets the listener menu. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FocusHandler(wx.EvtHandler) A focus event handler. .. method:: __init__(self, menu) Default class constructor. :param `menu`: an instance of :class:`FlatMenu` for which we want to redirect focus inputs. .. method:: OnKeyDown(self, event) Handles the ``wx.EVT_KEY_DOWN`` event for :class:`FocusHandler`. :param `event`: a :class:`KeyEvent` event to be processed. .. method:: OnKillFocus(self, event) Handles the ``wx.EVT_KILL_FOCUS`` event for :class:`FocusHandler`. :param `event`: a :class:`FocusEvent` event to be processed. .. method:: SetMenu(self, menu) Sets the listener menu. :param `menu`: an instance of :class:`FlatMenu`.