CellRendererMode
Description:
[ CCode ( cprefix = "GTK_CELL_RENDERER_MODE_" , type_id = "gtk_cell_renderer_mode_get_type ()" ) ]
public enum CellRendererMode
Identifies how the user can interact with a particular cell.
Content:
Enum values:
- ACTIVATABLE - The cell can be
clicked.
- EDITABLE - The cell can be edited or
otherwise modified.
- INERT - The cell is just for display
and cannot be interacted with.