Event used to indicate various actions relating to a wx.ribbon.RibbonPanel.
See wx.ribbon.RibbonPanel for available event types.
Added in version 2.9.4.
See also
Constructor. |
|
Returns the panel relating to this event. |
|
Sets the page relating to this event. |
Possible constructors:
RibbonPanelEvent(command_type: EventType=wxEVT_NULL, win_id: int=0,
panel: Optional[RibbonPanel]=None) -> None
Event used to indicate various actions relating to a RibbonPanel.
Constructor.
command_type (wx.EventType)
win_id (int)
panel (wx.ribbon.RibbonPanel)
None
Returns the panel relating to this event.
Sets the page relating to this event.
page (wx.ribbon.RibbonPanel)
None