Add note about GTK_ENABLE_BROKEN.

Wed Apr 25 12:33:03 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/tmpl/gtktreeitem.sgml: Add note about GTK_ENABLE_BROKEN.
This commit is contained in:
Owen Taylor
2001-04-25 16:34:09 +00:00
committed by Owen Taylor
parent 5dd0e3d631
commit 5f58312cfd
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 25 12:33:03 2001 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtktreeitem.sgml: Add note about GTK_ENABLE_BROKEN.
Tue Apr 17 10:59:13 2001 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (GTKDOC_CFLAGS): Remove -DGTK_DISABLE_COMPAT

View File

@ -496,7 +496,6 @@ This can later be composited together with other
#GtkRcStyle structures to form a #GtkStyle.
</para>
@parent_instance:
@name:
@bg_pixmap_name:
@font_desc:

View File

@ -6,7 +6,13 @@ GtkTreeItem
<!-- ##### SECTION Long_Description ##### -->
<para>
<warning>
<para>
#GtkTree is deprecated and unsupported. It is known to be
buggy. To use it, you must define the symbol %GTK_ENABLE_BROKEN
prior to including the GTK+ header files. Use #GtkTreeView intead.
</para>
</warning>
</para>
<!-- ##### SECTION See_Also ##### -->