enum Gtk::CellRendererMode
Overview
Identifies how the user can interact with a particular cell.
Defined in:
lib/gi-crystal/src/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.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.