.. 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() -> None
.. method:: __init__(self)
:rtype: `None`
.. method:: SetBgCol(self, col : Colour)
:param `col`:
:type `col`: wx.Colour
:rtype: `None`
.. method:: SetBitmap(self, bitmap : BitmapBundle)
:param `bitmap`:
:type `bitmap`: wx.BitmapBundle
:rtype: `None`
.. method:: SetFgCol(self, col : Colour)
:param `col`:
:type `col`: wx.Colour
:rtype: `None`
.. method:: SetFont(self, font : Font)
:param `font`:
:type `font`: wx.Font
:rtype: `None`
.. method:: SetText(self, text : str)
:param `text`:
:type `text`: string
:rtype: `None`
.. method:: ~wxPGCellData(self)