gtkToolItemGetEllipsizeMode {RGtk2}R Documentation

gtkToolItemGetEllipsizeMode

Description

Returns the ellipsize mode used for tool.item. Custom subclasses of GtkToolItem should call this function to find out how text should be ellipsized.

Usage

gtkToolItemGetEllipsizeMode(object)

Arguments

object

a GtkToolItem

Details

Since 2.20

Value

[PangoEllipsizeMode] a PangoEllipsizeMode indicating how text in tool.item should be ellipsized.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]