Enumeration (GI Enum)

Pango-1.0PangoTabAlign

Pango.TabAlign specifies where the text appears relative to the tab stop position.

Index

Enumeration Members

Enumeration Members

CENTER: number

the text is centered at the tab stop position until the available space is filled. Since: 1.50

DECIMAL: number

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. Since: 1.50

LEFT: number

the text appears to the right of the tab stop position

RIGHT: number

the text appears to the left of the tab stop position until the available space is filled. Since: 1.50