ellipsize


Description:

[ Version ( since = "2.6" ) ]
public EllipsizeMode ellipsize { get; set; }

The preferred place to ellipsize the string, if the progress bar does not have enough room to display the entire string, specified as a EllipsizeMode.

Note that setting this property to a value other than pango_ellipsize_none has the side-effect that the progress bar requests only enough space to display the ellipsis ("..."). Another means to set a progress bar's width is set_size_request.