Package ch.bailu.gtk.pango
Interface TabAlign
public interface TabAlign
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the text is centered at the tab stop position
until the available space is filled.static final int
text before the first occurrence of the decimal point
character appears to the left of the tab stop position (until the available
space is filled), the rest to the right.static final int
the text appears to the right of the tab stop positionstatic final int
the text appears to the left of the tab stop position
until the available space is filled.
-
Field Details
-
LEFT
static final int LEFTthe text appears to the right of the tab stop position- See Also:
-
RIGHT
static final int RIGHTthe text appears to the left of the tab stop position
until the available space is filled. Since: 1.50- See Also:
-
CENTER
static final int CENTERthe text is centered at the tab stop position
until the available space is filled. Since: 1.50- See Also:
-
DECIMAL
static final int DECIMALtext before the first occurrence of the decimal point
character appears to the left of the tab stop position (until the available
space is filled), the rest to the right. Since: 1.50- See Also:
-