ProgressBar.ellipsize

pango.types.EllipsizeMode ellipsize() @property

Get ellipsize property.

Returns

The preferred place to ellipsize the string, if the progress bar does

not have enough room to display the entire string, specified as a #PangoEllipsizeMode.

Note that setting this property to a value other than [pango.types.EllipsizeMode.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 [gtk.widget.Widget.setSizeRequest].

void ellipsize(pango.types.EllipsizeMode propval) @property

Set ellipsize property.

Parameters

propvalThe preferred place to ellipsize the string, if the progress bar does not have enough room to display the entire string, specified as a #PangoEllipsizeMode. Note that setting this property to a value other than [pango.types.EllipsizeMode.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 [gtk.widget.Widget.setSizeRequest].