gtk-sharp2.10.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Identifies how the user can interact with a particular cell.System.EnumGLib.GType(typeof(Gtk.CellRendererModeGType))FieldGtk.CellRendererModeThe cell is just for display and cannot be interacted with.Note that this does not mean that the row being drawn can not be selected, for example. Just that a particular element of it cannot be individually modified.FieldGtk.CellRendererModeThe cell can be clicked.FieldGtk.CellRendererModeThe cell can be edited or otherwise modified.