wx.propgrid.PGDefaultRenderer¶Default cell renderer, that can handles the common scenarios.
Class Hierarchy¶
Inheritance diagram for class PGDefaultRenderer:
Methods Summary¶Returns size of the image in front of the editable area. |
|
Returns |
Class API¶Default cell renderer, that can handles the common scenarios.
Returns size of the image in front of the editable area.
property (wx.propgrid.PGProperty) –
column (int) –
item (int) –
Size
Note
If property is None, then this call is for a custom value. In that case the item is index to wx.propgrid.PropertyGrid’s custom values.
Returns True if rendered something in the foreground (text or bitmap.
dc (wx.DC) –
rect (wx.Rect) –
propertyGrid (wx.propgrid.PropertyGrid) –
property (wx.propgrid.PGProperty) –
column (int) –
item (int) –
flags (int) –
bool