phoenix_title wx.propgrid.PGCellData


class_hierarchy Class Hierarchy

Inheritance diagram for class PGCellData:

method_summary Methods Summary

__init__

SetBgCol

SetBitmap

SetFgCol

SetFont

SetText

~wxPGCellData


api Class API

class wx.propgrid.PGCellData(RefCounter)

Possible constructors:

PGCellData() -> None

Methods

__init__(self)
Return type:

None



SetBgCol(self, col: Colour)
Parameters:

col (wx.Colour)

Return type:

None



SetBitmap(self, bitmap: BitmapBundle)
Parameters:

bitmap (wx.BitmapBundle)

Return type:

None



SetFgCol(self, col: Colour)
Parameters:

col (wx.Colour)

Return type:

None



SetFont(self, font: Font)
Parameters:

font (wx.Font)

Return type:

None



SetText(self, text: str)
Parameters:

text (string)

Return type:

None



~wxPGCellData(self)