
wx.lib.agw.ribbon.panel.RibbonPanelEvent¶Handles events related to RibbonPanel.
Class Hierarchy¶
Inheritance diagram for class RibbonPanelEvent:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Returns the panel which the event relates to. |
|
Sets the panel relating to this event. |
Class API¶Handles events related to RibbonPanel.
Default class constructor.
command_type (integer) – the event type;
win_id (integer) – the event identifier;
panel – an instance of RibbonPanel;
Returns the panel which the event relates to.
Sets the panel relating to this event.
panel – an instance of RibbonPanel.