CellRendererText
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_cell_renderer_text_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public class CellRendererText : CellRenderer
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public class CellRendererText : CellRenderer
Warning: CellRendererText is deprecated since 4.10.
Renders text in a cell
Note:
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.
All known sub-classes:
Namespace: Gtk
Package: gtk4
Content:
Properties:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.CellRenderer
All known members inherited from class GLib.Object