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=wxEVT_NULL, win_id=0, bar=None) -> None

Methods

__init__(self, command_type=wxEVT_NULL, win_id=0, bar=None)
Parameters:
Return type:

None



GetBar(self)
Return type:

wx.ribbon.RibbonToolBar



PopupMenu(self, menu)
Parameters:

menu (wx.Menu)

Return type:

bool



SetBar(self, bar)
Parameters:

bar (wx.ribbon.RibbonToolBar)

Return type:

None


Properties

Bar

See GetBar and SetBar