phoenix_title wx.lib.agw.flatmenu.FlatMenuEvent

Event class that supports the FlatMenu-compatible event called EVT_FLAT_MENU_SELECTED.


class_hierarchy Class Hierarchy

Inheritance diagram for class FlatMenuEvent:

super_classes Known Superclasses

wx.PyCommandEvent


method_summary Methods Summary

__init__

Default class constructor.


api Class API

class FlatMenuEvent(wx.PyCommandEvent)

Event class that supports the FlatMenu-compatible event called EVT_FLAT_MENU_SELECTED.


Methods

__init__(self, eventType, eventId=1)

Default class constructor.

Parameters
  • eventType (integer) – the event type;

  • eventId (integer) – the event identifier.