Method GTK2.Label()->set_ellipsize()
- Method set_ellipsize
GTK2.Label
set_ellipsize(int
mode
)- Description
Sets the mode used to ellipsize (add an ellipsis: "...") to the text if there is not enough space to render the entire string. One of PANGO_ELLIPSIZE_END, PANGO_ELLIPSIZE_MIDDLE, PANGO_ELLIPSIZE_NONE and PANGO_ELLIPSIZE_START.