Default cell renderer, that can handles the common scenarios. More...
#include <propgrid.h>
Public Member Functions | |
virtual wxSize | GetImageSize (const wxPGProperty *property, int column, int item) const |
Returns size of the image in front of the editable area. | |
virtual void | Render (wxDC &dc, const wxRect &rect, const wxPropertyGrid *propertyGrid, wxPGProperty *property, int column, int item, int flags) const |
Default cell renderer, that can handles the common scenarios.
virtual wxSize wxPGDefaultRenderer::GetImageSize | ( | const wxPGProperty * | property, | |
int | column, | |||
int | item | |||
) | const [virtual] |
Returns size of the image in front of the editable area.
Reimplemented from wxPGCellRenderer.