1
2@c %start of fragment
3
4@node GtkCellRendererText
5@chapter GtkCellRendererText
6Renders text in a cell
7
8@section Overview
9A @code{<gtk-cell-renderer-text>} renders a given text in its cell, using the
10font, color and style information provided by its properties. The text will be
11ellipsized if it is too long and the ellipsize property allows it.
12
13If the mode is @samp{GTK_CELL_RENDERER_MODE_EDITABLE}, the
14@code{<gtk-cell-renderer-text>} allows to edit its text using an entry.
15
16@section Usage
17@include defuns-gtkcellrenderertext.xml.texi
18
19@c %end of fragment
20