pangoLayoutGetEllipsize {RGtk2} | R Documentation |
Gets the type of ellipsization being performed for layout
.
See pangoLayoutSetEllipsize
pangoLayoutGetEllipsize(object)
|
[PangoLayout ] a PangoLayout |
Since 1.6
[PangoEllipsizeMode
] the current ellipsization mode for layout
.
Use pangoLayoutIsEllipsized
to query whether any paragraphs
were actually ellipsized.
Derived by RGtkGen from GTK+ documentation