Warning: CellRendererText is deprecated since 4.10.
Renders text in a cell
List views use widgets to display their contents. You should use [class@Gtk.Inscription] or [class@Gtk.Label] instead
A `GtkCellRendererText` renders a given text in its cell, using the font, color and style information provided by its properties. The text will be ellipsized if it is too long and the `GtkCellRendererText:ellipsize` property allows it.
If the `GtkCellRenderer:mode` is gtk_cell_renderer_mode_editable, the `GtkCellRendererText` allows to edit its text using an entry.