wx.ribbon.RibbonPanelEvent¶
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
Class Hierarchy¶
Methods Summary¶
Constructor. |
|
Returns the panel relating to this event. |
|
Sets the page relating to this event. |
Properties Summary¶
Class API¶
- class wx.ribbon.RibbonPanelEvent(CommandEvent)¶
Possible constructors:
RibbonPanelEvent(command_type=wxEVT_NULL, win_id=0, panel=None) -> None
Event used to indicate various actions relating to a RibbonPanel.
Methods¶
- __init__(self, command_type=wxEVT_NULL, win_id=0, panel=None)¶
Constructor.
- Parameters:
command_type (wx.EventType)
win_id (int)
panel (wx.ribbon.RibbonPanel)
- Return type:
None
- GetPanel(self)¶
Returns the panel relating to this event.
- Return type:
- SetPanel(self, page)¶
Sets the page relating to this event.
- Parameters:
page (wx.ribbon.RibbonPanel)
- Return type:
None
Properties¶