enum Gtk::CellRendererMode
Overview
Identifies how the user can interact with a particular cell.
Defined in:
auto/gtk-4.0/gtk.crEnum Members
-
Inert =
0_u32
-
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.
-
Activatable =
1_u32
-
The cell can be clicked.
-
Editable =
2_u32
-
The cell can be edited or otherwise modified.