phoenix_title wx.propgrid.PGDefaultRenderer

Default cell renderer, that can handles the common scenarios.


class_hierarchy Class Hierarchy

Inheritance diagram for class PGDefaultRenderer:

method_summary Methods Summary

GetImageSize

Returns size of the image in front of the editable area.

Render

Returns True if rendered something in the foreground (text or bitmap.


api Class API

class wx.propgrid.PGDefaultRenderer(PGCellRenderer)

Default cell renderer, that can handles the common scenarios.


Methods

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