Table Of Contents

Previous topic

FlatMenuButton

Next topic

FlatMenuItem

This Page

phoenix_title FlatMenuEvent

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


class_hierarchy Inheritance Diagram

Inheritance diagram for class FlatMenuEvent

Inheritance diagram of FlatMenuEvent


super_classes Known Superclasses

PyCommandEvent


method_summary Methods Summary

__init__ Default class constructor.

api Class API



class FlatMenuEvent(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.