This is the common base class for GridCellRenderer and
GridCellEditor.
NB: this is more an implementation convenience than a design issue, so this
class is not documented and is not public at all.
No base class
this class is ref counted: it is created with ref count of 1, so
calling DecRef() once will delete it. Calling IncRef() allows to lock
it until the matching DecRef() is called
Interpret renderer parameters: arbitrary string whose interpretation is
left to the derived classes.
Virtual dtor for any base class – private because only DecRef() can
delete us.
[This page automatically generated from the Textile source at 2023-06-09 00:45:37 +0000]