wx.ribbon.RibbonToolBarEvent¶
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
Class API¶
- class wx.ribbon.RibbonToolBarEvent(CommandEvent)¶
Possible constructors:
RibbonToolBarEvent(command_type=wxEVT_NULL, win_id=0, bar=None) -> None
Methods¶
- __init__(self, command_type=wxEVT_NULL, win_id=0, bar=None)¶
- Parameters:
command_type (wx.EventType)
win_id (int)
bar (wx.ribbon.RibbonToolBar)
- Return type:
None
- GetBar(self)¶
- Return type:
- SetBar(self, bar)¶
- Parameters:
bar (wx.ribbon.RibbonToolBar)
- Return type:
None
Properties¶