Property Details
The “align-set” property
“align-set” gboolean
Whether this tag affects the alignment mode.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “alignment” property
“alignment” PangoAlignment
Specifies how to align the lines of text with respect to each other.
Note that this property describes how to align the lines of text in
case there are several of them. The "xalign" property of GtkCellRenderer,
on the other hand, sets the horizontal alignment of the whole text.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_ALIGN_LEFT
Since: 2.10
The “attributes” property
“attributes” PangoAttrList *
A list of style attributes to apply to the text of the renderer.
Owner: GtkCellRendererText
Flags: Read / Write
The “background” property
“background” gchar *
Background color as a string.
Owner: GtkCellRendererText
Flags: Write
Default value: NULL
The “background-gdk” property
“background-gdk” GdkColor *
Background color as a GdkColor
GtkCellRendererText:background-gdk has been deprecated since version 3.4 and should not be used in newly-written code.
Use “background-rgba” instead.
Owner: GtkCellRendererText
Flags: Read / Write
The “background-rgba” property
“background-rgba” GdkRGBA *
Background color as a GdkRGBA
Owner: GtkCellRendererText
Flags: Read / Write
Since: 3.0
The “background-set” property
“background-set” gboolean
Whether this tag affects the background color.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “editable” property
“editable” gboolean
Whether the text can be modified by the user.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “editable-set” property
“editable-set” gboolean
Whether this tag affects text editability.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “ellipsize” property
“ellipsize” PangoEllipsizeMode
Specifies the preferred place to ellipsize the string, if the cell renderer
does not have enough room to display the entire string. Setting it to
PANGO_ELLIPSIZE_NONE turns off ellipsizing. See the wrap-width property
for another way of making the text fit into a given width.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_ELLIPSIZE_NONE
Since: 2.6
The “ellipsize-set” property
“ellipsize-set” gboolean
Whether this tag affects the ellipsize mode.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “family” property
“family” gchar *
Name of the font family, e.g. Sans, Helvetica, Times, Monospace.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: NULL
The “family-set” property
“family-set” gboolean
Whether this tag affects the font family.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “font” property
“font” gchar *
Font description as a string, e.g. "Sans Italic 12".
Owner: GtkCellRendererText
Flags: Read / Write
Default value: NULL
The “font-desc” property
“font-desc” PangoFontDescription *
Font description as a PangoFontDescription struct.
Owner: GtkCellRendererText
Flags: Read / Write
The “foreground” property
“foreground” gchar *
Foreground color as a string.
Owner: GtkCellRendererText
Flags: Write
Default value: NULL
The “foreground-gdk” property
“foreground-gdk” GdkColor *
Foreground color as a GdkColor
GtkCellRendererText:foreground-gdk has been deprecated since version 3.4 and should not be used in newly-written code.
Use “foreground-rgba” instead.
Owner: GtkCellRendererText
Flags: Read / Write
The “foreground-rgba” property
“foreground-rgba” GdkRGBA *
Foreground color as a GdkRGBA
Owner: GtkCellRendererText
Flags: Read / Write
Since: 3.0
The “foreground-set” property
“foreground-set” gboolean
Whether this tag affects the foreground color.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “language” property
“language” gchar *
The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: NULL
The “language-set” property
“language-set” gboolean
Whether this tag affects the language the text is rendered as.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “markup” property
“markup” gchar *
Marked up text to render.
Owner: GtkCellRendererText
Flags: Write
Default value: NULL
The “max-width-chars” property
“max-width-chars” gint
The desired maximum width of the cell, in characters. If this property
is set to -1, the width will be calculated automatically.
For cell renderers that ellipsize or wrap text; this property
controls the maximum reported width of the cell. The
cell should not receive any greater allocation unless it is
set to expand in its GtkCellLayout and all of the cell's siblings
have received their natural width.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 3.0
The “placeholder-text” property
“placeholder-text” gchar *
The text that will be displayed in the GtkCellRenderer if
“editable” is TRUE and the cell is empty.
Since 3.6
Owner: GtkCellRendererText
Flags: Read / Write
Default value: NULL
The “rise” property
“rise” gint
Offset of text above the baseline (below the baseline if rise is negative).
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= -2147483647
Default value: 0
The “rise-set” property
“rise-set” gboolean
Whether this tag affects the rise.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “scale” property
“scale” gdouble
Font scaling factor.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= 0
Default value: 1
The “scale-set” property
“scale-set” gboolean
Whether this tag scales the font size by a factor.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “single-paragraph-mode” property
“single-paragraph-mode” gboolean
Whether to keep all text in a single paragraph.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “size” property
“size” gint
Font size.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= 0
Default value: 0
The “size-points” property
“size-points” gdouble
Font size in points.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= 0
Default value: 0
The “size-set” property
“size-set” gboolean
Whether this tag affects the font size.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “stretch” property
“stretch” PangoStretch
Font stretch.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_STRETCH_NORMAL
The “stretch-set” property
“stretch-set” gboolean
Whether this tag affects the font stretch.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “strikethrough” property
“strikethrough” gboolean
Whether to strike through the text.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “strikethrough-set” property
“strikethrough-set” gboolean
Whether this tag affects strikethrough.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “style” property
“style” PangoStyle
Font style.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_STYLE_NORMAL
The “style-set” property
“style-set” gboolean
Whether this tag affects the font style.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “text” property
“text” gchar *
Text to render.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: NULL
The “underline” property
“underline” PangoUnderline
Style of underline for this text.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_UNDERLINE_NONE
The “underline-set” property
“underline-set” gboolean
Whether this tag affects underlining.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “variant” property
“variant” PangoVariant
Font variant.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_VARIANT_NORMAL
The “variant-set” property
“variant-set” gboolean
Whether this tag affects the font variant.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “weight” property
“weight” gint
Font weight.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= 0
Default value: 400
The “weight-set” property
“weight-set” gboolean
Whether this tag affects the font weight.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: FALSE
The “width-chars” property
“width-chars” gint
The desired width of the cell, in characters. If this property is set to
-1, the width will be calculated automatically, otherwise the cell will
request either 3 characters or the property value, whichever is greater.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 2.6
The “wrap-mode” property
“wrap-mode” PangoWrapMode
Specifies how to break the string into multiple lines, if the cell
renderer does not have enough room to display the entire string.
This property has no effect unless the wrap-width property is set.
Owner: GtkCellRendererText
Flags: Read / Write
Default value: PANGO_WRAP_CHAR
Since: 2.8
The “wrap-width” property
“wrap-width” gint
Specifies the minimum width at which the text is wrapped. The wrap-mode property can
be used to influence at what character positions the line breaks can be placed.
Setting wrap-width to -1 turns wrapping off.
Owner: GtkCellRendererText
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 2.8