Phoenix Logo

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()

Methods



__init__(self)


SetBgCol(self, col)
Parameters:col (wx.Colour) –


SetBitmap(self, bitmap)
Parameters:bitmap (wx.Bitmap) –


SetFgCol(self, col)
Parameters:col (wx.Colour) –


SetFont(self, font)
Parameters:font (wx.Font) –


SetText(self, text)
Parameters:text (string) –


~wxPGCellData(self)