:right-sidebar: True TabAlign =================================================================== .. currentmodule:: gi.repository.Pango .. class:: TabAlign :no-contents-entry: ``PangoTabAlign`` specifies where the text appears relative to the tab stop position. Fields ------ .. rst-class:: interim-class .. class:: TabAlign :no-index: .. attribute:: CENTER The text is centered at the tab stop position until the available space is filled. Since: 1.50 .. attribute:: DECIMAL 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 .. attribute:: LEFT The text appears to the right of the tab stop position .. attribute:: RIGHT The text appears to the left of the tab stop position until the available space is filled. Since: 1.50