 
       wx.propgrid.PGPaintData¶
  wx.propgrid.PGPaintData¶Contains information relayed to property’s OnCustomPaint.
 Properties Summary¶
 Properties Summary¶| m_choiceItem | A public C++ attribute of type int. Normally -1, otherwise index to drop-down list item that has to be drawn. | 
| m_drawnHeight | A public C++ attribute of type int. In a measure item call, set this to the height of item at m_choiceItem index. | 
| m_drawnWidth | A public C++ attribute of type int. Set to drawn width in OnCustomPaint (optional). | 
| m_parent | A public C++ attribute of type PropertyGrid.   wx.propgrid.PropertyGrid. | 
 Class API¶
 Class API¶wx.propgrid.PGPaintData(object)¶Contains information relayed to property’s OnCustomPaint.
m_choiceItem¶A public C++ attribute of type int. Normally -1, otherwise index to drop-down list item that has to be drawn.
m_drawnHeight¶A public C++ attribute of type int. In a measure item call, set this to the height of item at m_choiceItem index.
m_drawnWidth¶A public C++ attribute of type int. Set to drawn width in OnCustomPaint (optional).
m_parent¶A public C++ attribute of type PropertyGrid     .   wx.propgrid.PropertyGrid.