Package ch.bailu.gtk.pango
Interface EllipsizeMode
public interface EllipsizeMode
-
Field Summary
-
Field Details
-
NONE
static final int NONENo ellipsization- See Also:
-
START
static final int STARTOmit characters at the start of the text- See Also:
-
MIDDLE
static final int MIDDLEOmit characters in the middle of the text- See Also:
-
END
static final int ENDOmit characters at the end of the text- See Also:
-