.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.ribbon.RibbonToolBarEvent: ========================================================================================================================================== |phoenix_title| **wx.ribbon.RibbonToolBarEvent** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class RibbonToolBarEvent:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.ribbon.RibbonToolBarEvent.__init__` :meth:`~wx.ribbon.RibbonToolBarEvent.GetBar` :meth:`~wx.ribbon.RibbonToolBarEvent.PopupMenu` :meth:`~wx.ribbon.RibbonToolBarEvent.SetBar` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.ribbon.RibbonToolBarEvent.Bar` See :meth:`~wx.ribbon.RibbonToolBarEvent.GetBar` and :meth:`~wx.ribbon.RibbonToolBarEvent.SetBar` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.ribbon.RibbonToolBarEvent(CommandEvent) **Possible constructors**:: RibbonToolBarEvent(command_type=wxEVT_NULL, win_id=0, bar=None) .. method:: __init__(self, command_type=wxEVT_NULL, win_id=0, bar=None) :param `command_type`: :type `command_type`: wx.EventType :param `win_id`: :type `win_id`: int :param `bar`: :type `bar`: wx.ribbon.RibbonToolBar .. method:: GetBar(self) :rtype: :ref:`wx.ribbon.RibbonToolBar` .. method:: PopupMenu(self, menu) :param `menu`: :type `menu`: wx.Menu :rtype: `bool` .. method:: SetBar(self, bar) :param `bar`: :type `bar`: wx.ribbon.RibbonToolBar .. attribute:: Bar See :meth:`~wx.ribbon.RibbonToolBarEvent.GetBar` and :meth:`~wx.ribbon.RibbonToolBarEvent.SetBar`