Default cell renderer, that can handles the common scenarios.
GetImageSize |
Returns size of the image in front of the editable area. |
Render |
Returns True if rendered something in the foreground (text or bitmap. |
wx.propgrid.
PGDefaultRenderer
(PGCellRenderer)¶Default cell renderer, that can handles the common scenarios.
GetImageSize
(self, property, column, item)¶Returns size of the image in front of the editable area.
Parameters: |
|
---|---|
Return type: | 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.
Render
(self, dc, rect, propertyGrid, property, column, item, flags)¶Returns True
if rendered something in the foreground (text or bitmap.
Parameters: |
|
---|---|
Return type: | bool |