Default cell renderer, that can handles the common scenarios.
Returns size of the image in front of the editable area. |
|
Returns |
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