AGW Logo

agw_title FlatMenuEvent

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

hierarchy Inheritance Diagram

Inheritance diagram for: FlatMenuEvent

Inheritance diagram of FlatMenuEvent


method_summary Methods Summary

__init__Default class constructor.

API Class API

class FlatMenuEvent(wx.PyCommandEvent)[source]

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



__init__(eventType, eventId=1)[source]

Default class constructor.

Parameters:
  • eventType (integer) – the event type;
  • eventId (integer) – the event identifier.
Tree

Table Of Contents

Previous topic

FlatMenuButton

Next topic

FlatMenuItem