pangoLayoutIsEllipsized {RGtk2}R Documentation

pangoLayoutIsEllipsized

Description

Queries whether the layout had to ellipsize any paragraphs.

Usage

pangoLayoutIsEllipsized(object)

Arguments

object [PangoLayout] a PangoLayout

Details

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

Value

[logical] TRUE if any paragraphs had to be ellipsized, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]