gtkProgressBarSetEllipsize {RGtk2}R Documentation

gtkProgressBarSetEllipsize

Description

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

Usage

gtkProgressBarSetEllipsize(object, mode)

Arguments

object [GtkProgressBar] a GtkProgressBar
mode [PangoEllipsizeMode] a PangoEllipsizeMode

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]