Module: Gtk::CellRendererMode

Defined in:
(unknown)

Constant Summary collapse

INERT =

The cell is just for display

and cannot be interacted with.  Note that this doesn’t mean that eg. the
row being drawn can’t be selected -- just that a particular element of
it cannot be individually modified.
0 or :inert
ACTIVATABLE =

The cell can be clicked.

1 or :activatable
EDITABLE =

The cell can be edited or otherwise modified.

2 or :editable