gtkLabelSetEllipsize {RGtk2}R Documentation

gtkLabelSetEllipsize

Description

Sets the mode used to ellipsize (add an ellipsis: "...") to the text if there is not enough space to render the entire string.

Usage

gtkLabelSetEllipsize(object, mode)

Arguments

object [GtkLabel] a GtkLabel
mode [PangoEllipsizeMode] a PangoEllipsizeMode

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]