pangoLayoutGetEllipsize {RGtk2}R Documentation

pangoLayoutGetEllipsize

Description

Gets the type of ellipsization being performed for layout. See pangoLayoutSetEllipsize

Usage

pangoLayoutGetEllipsize(object)

Arguments

object

a PangoLayout

Details

Since 1.6

Value

[PangoEllipsizeMode] the current ellipsization mode for layout. Use pangoLayoutIsEllipsized to query whether any paragraphs were actually ellipsized.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]