CellRendererText


Object Hierarchy:

Object hierarchy for CellRendererText

Description:


public class CellRendererText : CellRenderer

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.


Namespace: Gtk
Package: gtk+-2.0

Content:

Properties:

Creation methods:

Methods:

Signals:

Fields:

Inherited Members:

All known members inherited from class Gtk.Object