.. 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.FlatMenuEvent: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.flatmenu.FlatMenuEvent** ========================================================================================================================================== Event class that supports the :class:`FlatMenu`-compatible event called ``EVT_FLAT_MENU_SELECTED``. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class FlatMenuEvent:
| |super_classes| Known Superclasses ================================== :class:`wx.PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.flatmenu.FlatMenuEvent.__init__` Default class constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FlatMenuEvent(wx.PyCommandEvent) Event class that supports the :class:`FlatMenu`-compatible event called ``EVT_FLAT_MENU_SELECTED``. .. method:: __init__(self, eventType, eventId=1) Default class constructor. :param integer `eventType`: the event type; :param integer `eventId`: the event identifier.