phoenix_title wx.ribbon.RibbonToolBarEvent


class_hierarchy Class Hierarchy

Inheritance diagram for class RibbonToolBarEvent:

method_summary Methods Summary

__init__

GetBar

PopupMenu

SetBar


property_summary Properties Summary

Bar

See GetBar and SetBar


api Class API

class wx.ribbon.RibbonToolBarEvent(CommandEvent)

Possible constructors:

RibbonToolBarEvent(command_type: EventType=wxEVT_NULL, win_id: int=0,
                   bar: Optional[RibbonToolBar]=None) -> None

Methods

__init__(self, command_type: EventType=wxEVT_NULL, win_id: int=0, bar: Optional[RibbonToolBar]=None)
Parameters:
Return type:

None



GetBar(self)
Return type:

wx.ribbon.RibbonToolBar



PopupMenu(self, menu : Menu)
Parameters:

menu (wx.Menu) –

Return type:

bool



SetBar(self, bar : RibbonToolBar)
Parameters:

bar (wx.ribbon.RibbonToolBar) –

Return type:

None


Properties

Bar

See GetBar and SetBar