summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtktexttag.sgml
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-01-31 03:51:14 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-01-31 03:51:14 +0000
commitf7d593c99dd69cf267aa59bc4957629f5f34b59e (patch)
tree6342d93928da449395d9499492d787b60bc19c91 /docs/reference/gtk/tmpl/gtktexttag.sgml
parent5cd2993201f1d9d4866928cf2ffa2abbbf2a30ab (diff)
downloadgdk-pixbuf-f7d593c99dd69cf267aa59bc4957629f5f34b59e.tar.gz
bracket in #ifdef GTK_ENABLE_BROKEN.
2001-01-30 Havoc Pennington <hp@pobox.com> * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in #ifdef GTK_ENABLE_BROKEN. * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define GTK_ENABLE_BROKEN just before including the broken headers. * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the deprecated types registered. * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN, we have to test the broken stuff. * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN 2001-01-30 Havoc Pennington <hp@pobox.com> Also committed a bunch of automatic changes made by gtk-doc, after reviewing for correctness. * gtk/tmpl/gtktext.sgml: add warning about deprecation and note about what to use instead * gtk/tmpl/gtktree.sgml: ditto * gtk/Makefile.am (scan): pass --deprecated-guards option to gtk-doc; requires new version of gtk-doc from CVS * gtk/gtk-docs.sgml: move GtkText to the deprecated section instead of the GtkTextView section. Oops.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktexttag.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtktexttag.sgml17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/reference/gtk/tmpl/gtktexttag.sgml b/docs/reference/gtk/tmpl/gtktexttag.sgml
index 8858fd780..939af5d93 100644
--- a/docs/reference/gtk/tmpl/gtktexttag.sgml
+++ b/docs/reference/gtk/tmpl/gtktexttag.sgml
@@ -41,7 +41,7 @@ types related to the text widget and how they work together.
@stretch_set:
@size_set:
@fg_stipple_set:
-@justify_set:
+@justification_set:
@left_margin_set:
@indent_set:
@rise_set:
@@ -82,9 +82,9 @@ types related to the text widget and how they work together.
Describes a type of line wrapping.
</para>
-@GTK_WRAPMODE_NONE: don't wrap lines; just use scrollbars
-@GTK_WRAPMODE_CHAR: allow line breaks between any two characters
-@GTK_WRAPMODE_WORD: allow line breaks only between words
+@GTK_WRAP_NONE:
+@GTK_WRAP_CHAR:
+@GTK_WRAP_WORD:
<!-- ##### STRUCT GtkTextAttributes ##### -->
<para>
@@ -93,7 +93,7 @@ Describes a type of line wrapping.
@refcount:
@appearance:
-@justify:
+@justification:
@direction:
@font:
@left_margin:
@@ -322,10 +322,9 @@ Font as a #PangoFontDescription.
</para>
-<!-- ##### ARG GtkTextTag:justify ##### -->
+<!-- ##### ARG GtkTextTag:justification ##### -->
<para>
-A #GtkJustification for the text. This is only used when the tag is
-applied to the first character in a paragraph.
+
</para>
<!-- ##### ARG GtkTextTag:language ##### -->
@@ -468,7 +467,7 @@ applies to the first character in a paragraph.
</para>
-<!-- ##### ARG GtkTextTag:justify-set ##### -->
+<!-- ##### ARG GtkTextTag:justification-set ##### -->
<para>
</para>