Python logo

Table of Contents

  • wx.lib.agw.ribbon.gallery.RibbonGalleryItem
    • Class Hierarchy
    • Methods Summary
    • Class API

Quick search

This Page

  • Show Source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo
  • Home |
  • Gallery |
  • API Docs »
  • wx.lib »
  • wx.lib.agw »
  • wx.lib.agw.ribbon »
  • wx.lib.agw.ribbon.gallery »
  • wx.lib.agw.ribbon.gallery.RibbonGalleryItem
  • |
  • |

phoenix_title wx.lib.agw.ribbon.gallery.RibbonGalleryItem¶


class_hierarchy Class Hierarchy¶

Inheritance diagram of RibbonGalleryItem


method_summary Methods Summary¶

__init__

Initialize self. See help(type(self)) for accurate signature.

GetBitmap

GetClientData

GetPosition

IsVisible

SetBitmap

SetClientData

SetId

SetIsVisible

SetPosition


api Class API¶

class RibbonGalleryItem(object)¶


__init__(self)¶

Initialize self. See help(type(self)) for accurate signature.


Methods¶

GetBitmap(self)¶


GetClientData(self)¶


GetPosition(self)¶


IsVisible(self)¶


SetBitmap(self, bitmap)¶


SetClientData(self, data)¶


SetId(self, id)¶


SetIsVisible(self, visible)¶


SetPosition(self, x, y, size)¶

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo
  • Home |
  • Gallery |
  • API Docs »
  • wx.lib »
  • wx.lib.agw »
  • wx.lib.agw.ribbon »
  • wx.lib.agw.ribbon.gallery »
  • wx.lib.agw.ribbon.gallery.RibbonGalleryItem
  • |
  • |
© Copyright 2012-2026, The wxPython Team. Created using Sphinx 9.1.0 and the python-docs-theme.