wxRuby Documentation Home

Wx::GridCellWorker

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.

Derived from

No base class

Data structures

Methods

GridCellWorker.new

GridCellWorker#inc_ref

inc_ref()

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

GridCellWorker#dec_ref

dec_ref()

GridCellWorker#set_parameters

set_parameters(%(arg-type)String% params)

Interpret renderer parameters: arbitrary string whose interpretation is
left to the derived classes.

destructor()

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]