"alignment" | Read/Write | Specifies how to align the lines of text using one of the
Pango Alignment Constants Default value:
pango.ALIGN_LEFT. This propserty is available
in GTK+ 2.10 and above. |
"attributes" | Read/Write | A list of style attributes to apply to the text of the
renderer. |
"background" | Write | Background color as a string. Default:
None |
"background-gdk" | Read/Write | Background color as a gtk.gdk.Color |
"background-set" | Read/Write | If TRUE this tag affects the background
color. Default: FALSE |
"editable" | Read/Write | If TRUE the text can be modified by the
user. GTK+ 2.4 and above. Default: FALSE |
"editable-set" | Read/Write | If TRUE this tag affects the text
editability. GTK+ 2.4 and above. Default: FALSE |
"ellipsize" | Read/Write | The preferred place to ellipsize the string, if the cell
renderer does not have enough room to display the entire string, if at all.
GTK+ 2.6 and above. Default: pango.ELLIPSIZE_NONE |
"ellipsize-set" | Read/Write | If TRUE this tag affects the text
editability. Default: FALSE |
"family" | Read/Write | Name of the font family, e.g. Sans, Helvetica, Times,
Monospace. Default: None |
"family-set" | Read/Write | If TRUE this tag affects the font
family. Default: FALSE |
"font" | Read/Write | Font description as a string. Default:
None |
"font-desc" | Read/Write | Font description as a pango.FontDescription |
"foreground" | Write | Foreground color as a string. Default:
None |
"foreground-gdk" | Read/Write | Foreground color as a gtk.gdk.Color |
"foreground-set" | Read/Write | If TRUE this tag affects the foreground
color. Default: FALSE |
"language" | Read/Write | 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. GTK+ 2.4 and above. Default:
None |
"language-set" | Read/Write | If TRUE this tag affects the
language used to render the text. GTK+ 2.4 and above. Default:
FALSE |
"markup" | Write | Marked up text to render. Default:
None |
"rise" | Read/Write | Offset of text above the baseline (below the baseline if
rise is negative). Default: 0 |
"rise-set" | Read/Write | If TRUE this tag affects the
rise. Default: FALSE |
"scale" | Read/Write | Font scaling factor. Allowed values >= 0.
Default: 1 |
"scale-set" | Read/Write | If TRUE this tag scales the font.
Default: FALSE |
"single-paragraph-mode" | Read/Write | If TRUE, keep all text in a single
paragraph. GTK+ 2.4 and above. Default: FALSE |
"size" | Read/Write | Font size. Allowed values >= 0. Default: 0 |
"size-points" | Read/Write | Font size in points. Allowed values >= 0.
Default: 0 |
"size-set" | Read/Write | If TRUE this tag affects the font
size. Default: FALSE |
"stretch" | Read/Write | Font stretch. Default:
pango.STRETCH_NORMAL |
"stretch-set" | Read/Write | If TRUE this tag affects the font
stretch. Default: FALSE |
"strikethrough" | Read/Write | If TRUE strike through the text.
Default: FALSE |
"strikethrough-set" | Read/Write | If TRUE this tag affects the
strikethrough. Default: FALSE |
"style" | Read/Write | Font style. Default:
pango.STYLE_NORMAL |
"style-set" | Read/Write | If TRUE this tag affects the font
style. Default: FALSE |
"text" | Read/Write | Text to render. Default: None |
"underline" | Read/Write | Style of underline for this text.
Default: pango.UNDERLINE_NONE |
"underline-set" | Read/Write | If TRUE this tag affects the text
underlining. Default: FALSE |
"variant" | Read/Write | Font variant. Default:
pango.VARIANT_NORMAL |
"variant-set" | Read/Write | If TRUE this tag affects the font
variant. Default: FALSE |
"weight" | Read/Write | Font weight. Allowed values >= 0. Default value:
400 |
"weight-set" | Read/Write | If TRUE this tag affects the font
weight. Default: FALSE |
"width-chars" | Read/Write | 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. GTK+ 2.6
and above. Allowed values >= -1. Default value: -1 |
"wrap-mode" | Read-Write | 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. This property is available in GTK+ 2.8 and
above. |
"wrap-width" | Read-Write | Specifies the 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. This property is available in GTK+ 2.8 and
above. |