Top |
Properties
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkCellRenderer ╰── GtkCellRendererText ├── GtkCellRendererAccel ├── GtkCellRendererCombo ╰── GtkCellRendererSpin
Description
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 “ellipsize” property allows it.
If the “mode” is GTK_CELL_RENDERER_MODE_EDITABLE
,
the GtkCellRendererText allows to edit its text using an entry.
Functions
gtk_cell_renderer_text_new ()
GtkCellRenderer *
gtk_cell_renderer_text_new (void
);
Creates a new GtkCellRendererText. Adjust how text is drawn using
object properties. Object properties can be
set globally (with g_object_set()
). Also, with GtkTreeViewColumn,
you can bind a property to a value in a GtkTreeModel. For example,
you can bind the “text” property on the cell renderer to a string
value in the model, thus rendering a different string in each row
of the GtkTreeView
gtk_cell_renderer_text_set_fixed_height_from_font ()
void gtk_cell_renderer_text_set_fixed_height_from_font (GtkCellRendererText *renderer
,gint number_of_rows
);
Sets the height of a renderer to explicitly be determined by the “font” and
“y_pad” property set on it. Further changes in these properties do not
affect the height, so they must be accompanied by a subsequent call to this
function. Using this function is unflexible, and should really only be used
if calculating the size of a cell is too slow (ie, a massive number of cells
displayed). If number_of_rows
is -1, then the fixed height is unset, and
the height is determined by the properties again.
Property Details
The “align-set”
property
“align-set” gboolean
Whether this tag affects the alignment mode.
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.
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.
Flags: Read / Write
The “background”
property
“background” gchar *
Background color as a string.
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.
Flags: Read / Write
The “background-rgba”
property
“background-rgba” GdkRGBA *
Background color as a GdkRGBA
Flags: Read / Write
Since: 3.0
The “background-set”
property
“background-set” gboolean
Whether this tag affects the background color.
Flags: Read / Write
Default value: FALSE
The “editable”
property
“editable” gboolean
Whether the text can be modified by the user.
Flags: Read / Write
Default value: FALSE
The “editable-set”
property
“editable-set” gboolean
Whether this tag affects text editability.
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.
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.
Flags: Read / Write
Default value: FALSE
The “family”
property
“family” gchar *
Name of the font family, e.g. Sans, Helvetica, Times, Monospace.
Flags: Read / Write
Default value: NULL
The “family-set”
property
“family-set” gboolean
Whether this tag affects the font family.
Flags: Read / Write
Default value: FALSE
The “font”
property
“font” gchar *
Font description as a string, e.g. "Sans Italic 12".
Flags: Read / Write
Default value: NULL
The “font-desc”
property
“font-desc” PangoFontDescription *
Font description as a PangoFontDescription struct.
Flags: Read / Write
The “foreground”
property
“foreground” gchar *
Foreground color as a string.
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.
Flags: Read / Write
The “foreground-rgba”
property
“foreground-rgba” GdkRGBA *
Foreground color as a GdkRGBA
Flags: Read / Write
Since: 3.0
The “foreground-set”
property
“foreground-set” gboolean
Whether this tag affects the foreground color.
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.
Flags: Read / Write
Default value: NULL
The “language-set”
property
“language-set” gboolean
Whether this tag affects the language the text is rendered as.
Flags: Read / Write
Default value: FALSE
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.
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
Flags: Read / Write
Default value: NULL
The “rise”
property
“rise” gint
Offset of text above the baseline (below the baseline if rise is negative).
Flags: Read / Write
Allowed values: >= -2147483647
Default value: 0
The “rise-set”
property
“rise-set” gboolean
Whether this tag affects the rise.
Flags: Read / Write
Default value: FALSE
The “scale”
property
“scale” gdouble
Font scaling factor.
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.
Flags: Read / Write
Default value: FALSE
The “single-paragraph-mode”
property
“single-paragraph-mode” gboolean
Whether to keep all text in a single paragraph.
Flags: Read / Write
Default value: FALSE
The “size”
property
“size” gint
Font size.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
The “size-points”
property
“size-points” gdouble
Font size in points.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
The “size-set”
property
“size-set” gboolean
Whether this tag affects the font size.
Flags: Read / Write
Default value: FALSE
The “stretch”
property
“stretch” PangoStretch
Font stretch.
Flags: Read / Write
Default value: PANGO_STRETCH_NORMAL
The “stretch-set”
property
“stretch-set” gboolean
Whether this tag affects the font stretch.
Flags: Read / Write
Default value: FALSE
The “strikethrough”
property
“strikethrough” gboolean
Whether to strike through the text.
Flags: Read / Write
Default value: FALSE
The “strikethrough-set”
property
“strikethrough-set” gboolean
Whether this tag affects strikethrough.
Flags: Read / Write
Default value: FALSE
The “style”
property
“style” PangoStyle
Font style.
Flags: Read / Write
Default value: PANGO_STYLE_NORMAL
The “style-set”
property
“style-set” gboolean
Whether this tag affects the font style.
Flags: Read / Write
Default value: FALSE
The “underline”
property
“underline” PangoUnderline
Style of underline for this text.
Flags: Read / Write
Default value: PANGO_UNDERLINE_NONE
The “underline-set”
property
“underline-set” gboolean
Whether this tag affects underlining.
Flags: Read / Write
Default value: FALSE
The “variant”
property
“variant” PangoVariant
Font variant.
Flags: Read / Write
Default value: PANGO_VARIANT_NORMAL
The “variant-set”
property
“variant-set” gboolean
Whether this tag affects the font variant.
Flags: Read / Write
Default value: FALSE
The “weight”
property
“weight” gint
Font weight.
Flags: Read / Write
Allowed values: >= 0
Default value: 400
The “weight-set”
property
“weight-set” gboolean
Whether this tag affects the font weight.
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.
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.
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.
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 2.8
Signal Details
The “edited”
signal
void user_function (GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data)
This signal is emitted after renderer
has been edited.
It is the responsibility of the application to update the model
and store new_text
at the position indicated by path
.
Parameters
renderer |
the object which received the signal |
|
path |
the path identifying the edited cell |
|
new_text |
the new text |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last