wx.ribbon.RibbonBarEvent¶
Event used to indicate various actions relating to a wx.ribbon.RibbonBar.
See wx.ribbon.RibbonBar for available event types.
See also
Class Hierarchy¶
Methods Summary¶
Constructor. |
|
Returns the page being changed to, or being clicked on. |
|
Sets the page relating to this event. |
Properties Summary¶
Class API¶
- class wx.ribbon.RibbonBarEvent(NotifyEvent)¶
Possible constructors:
RibbonBarEvent(command_type=wxEVT_NULL, win_id=0, page=None) -> None
Event used to indicate various actions relating to a RibbonBar.
Methods¶
- __init__(self, command_type=wxEVT_NULL, win_id=0, page=None)¶
Constructor.
- Parameters:
command_type (wx.EventType)
win_id (int)
page (wx.ribbon.RibbonPage)
- Return type:
None
- GetPage(self)¶
Returns the page being changed to, or being clicked on.
- Return type:
- SetPage(self, page)¶
Sets the page relating to this event.
- Parameters:
page (wx.ribbon.RibbonPage)
- Return type:
None
Properties¶