.. 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 .. currentmodule:: wx.lib.agw.ribbon.gallery .. highlight:: python .. _wx.lib.agw.ribbon.gallery.RibbonGalleryItem: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.ribbon.gallery.RibbonGalleryItem** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class RibbonGalleryItem:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.GetBitmap` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.GetClientData` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.GetPosition` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.IsVisible` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.SetBitmap` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.SetClientData` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.SetId` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.SetIsVisible` :meth:`~wx.lib.agw.ribbon.gallery.RibbonGalleryItem.SetPosition` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: RibbonGalleryItem(object) .. method:: __init__(self) Initialize self. See help(type(self)) for accurate signature. .. method:: GetBitmap(self) .. method:: GetClientData(self) .. method:: GetPosition(self) .. method:: IsVisible(self) .. method:: SetBitmap(self, bitmap) .. method:: SetClientData(self, data) .. method:: SetId(self, id) .. method:: SetIsVisible(self, visible) .. method:: SetPosition(self, x, y, size)