summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-28 23:14:05 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-28 23:14:05 +0000
commitd2c4e2127c12d3668caa2d52092411ba840b8fdb (patch)
tree9a617db8aaf7f21caf6b42a7eb2bfcb1904c1ba1 /docs
parent3932f8ef5723867ee726adcbc70b536317aa0f31 (diff)
downloadpango-d2c4e2127c12d3668caa2d52092411ba840b8fdb.tar.gz
Implement other tab alignments. Bug #325547, Itai Bar-Haim.
2006-01-28 Behdad Esfahbod <behdad@gnome.org> Implement other tab alignments. Bug #325547, Itai Bar-Haim. * docs/tmpl/tab-stops.sgml: Documented new tab alignment enum vals. * pango/pango-tabs.h, pango/pango-tabs.c: Added support for tab alignments PANGO_TAB_RIGHT and PANGO_TAB_CENTER. * examples/renderdemo.h, examples/renderdemo.c: Added support for --tab-spec. * examples/GLASS.utf8, examples/HELLO.utf8: Cleaned up tabs.
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/tab-stops.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tmpl/tab-stops.sgml b/docs/tmpl/tab-stops.sgml
index 757280ad..82954993 100644
--- a/docs/tmpl/tab-stops.sgml
+++ b/docs/tmpl/tab-stops.sgml
@@ -34,6 +34,8 @@ A #PangoTabAlign specifies where a tab stop appears relative to the text.
</para>
@PANGO_TAB_LEFT: the tab stop appears to the left of the text.
+@PANGO_TAB_RIGHT: the tab stop appears to the right of the text.
+@PANGO_TAB_CENTER: the tab stop appears to the center of the text.
<!-- ##### MACRO PANGO_TYPE_TAB_ALIGN ##### -->
<para>