.. 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.propgrid.PGCellData: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PGCellData** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PGCellData:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.propgrid.PGCellData.__init__` :meth:`~wx.propgrid.PGCellData.SetBgCol` :meth:`~wx.propgrid.PGCellData.SetBitmap` :meth:`~wx.propgrid.PGCellData.SetFgCol` :meth:`~wx.propgrid.PGCellData.SetFont` :meth:`~wx.propgrid.PGCellData.SetText` :meth:`~wx.propgrid.PGCellData.~wxPGCellData` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.propgrid.PGCellData(RefCounter) **Possible constructors**:: PGCellData() .. method:: __init__(self) .. method:: SetBgCol(self, col) :param `col`: :type `col`: wx.Colour .. method:: SetBitmap(self, bitmap) :param `bitmap`: :type `bitmap`: wx.BitmapBundle .. method:: SetFgCol(self, col) :param `col`: :type `col`: wx.Colour .. method:: SetFont(self, font) :param `font`: :type `font`: wx.Font .. method:: SetText(self, text) :param `text`: :type `text`: string .. method:: ~wxPGCellData(self)