pangoLayoutIsEllipsized
Queries whether the layout had to ellipsize any paragraphs.
pangoLayoutIsEllipsized(object)
|
This returns TRUE
if the ellipsization mode for layout
is not PANGO_ELLIPSIZE_NONE
, a positive width is set on layout
,
and there are paragraphs exceeding that width that have to be
ellipsized.
Since 1.16
[logical] TRUE
if any paragraphs had to be ellipsized, FALSE
otherwise.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.