:right-sidebar: True CellRendererMode =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: CellRendererMode :no-contents-entry: Identifies how the user can interact with a particular cell. Fields ------ .. rst-class:: interim-class .. class:: CellRendererMode :no-index: .. attribute:: ACTIVATABLE The cell can be clicked. .. attribute:: EDITABLE The cell can be edited or otherwise modified. .. attribute:: 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.