Description Usage Arguments Details Author(s)
Sets the type of ellipsization being performed for layout
.
Depending on the ellipsization mode ellipsize
text is
removed from the start, middle, or end of text so they
fit within the width and height of layout set with
pangoLayoutSetWidth
and pangoLayoutSetHeight
.
1 | pangoLayoutSetEllipsize(object, ellipsize)
|
|
[ |
|
[ |
If the layout contains characters such as newlines that
force it to be layed out in multiple paragraphs, then whether
each paragraph is ellipsized separately or the entire layout
is ellipsized as a whole depends on the set height of the layout.
See pangoLayoutSetHeight
for details.
Since 1.6
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.