GtkCellRendererText

Renders text in a cell

A gtk.cell_renderer_text.CellRendererText 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.types.CellRendererMode.Editable, the gtk.cell_renderer_text.CellRendererText allows to edit its text using an entry.

More...
struct GtkCellRendererText {}

Members

Variables

parent
GtkCellRenderer parent;

Detailed Description

Deprecated: List views use widgets to display their contents. You should use gtk.inscription.Inscription or gtk.label.Label instead