mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Move GtkOldEditable to the "Deprecated" section. (#68408)
* gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" section. (#68408) * gtk/tmpl/gtktreeview.sgml: Close linkend attribute. (#73364)
This commit is contained in:
parent
b543bbff41
commit
5b374044c1
@ -1,3 +1,10 @@
|
||||
2002-03-04 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated"
|
||||
section. (#68408)
|
||||
|
||||
* gtk/tmpl/gtktreeview.sgml: Close linkend attribute. (#73364)
|
||||
|
||||
Sun Mar 3 01:36:21 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation
|
||||
|
@ -3,6 +3,7 @@
|
||||
<!entity % local.notation.class "| PNG">
|
||||
|
||||
<!entity hash "#">
|
||||
<!entity percent "%">
|
||||
<!entity GtkAccelLabel SYSTEM "sgml/gtkaccellabel.sgml">
|
||||
<!entity GtkAdjustment SYSTEM "sgml/gtkadjustment.sgml">
|
||||
<!entity GtkAlignment SYSTEM "sgml/gtkalignment.sgml">
|
||||
@ -435,7 +436,6 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
&GtkButtonBox;
|
||||
&GtkContainer;
|
||||
&GtkEditable;
|
||||
&GtkOldEditable;
|
||||
&GtkItem;
|
||||
&GtkMisc;
|
||||
&GtkObject;
|
||||
@ -470,6 +470,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
&GtkPixmap;
|
||||
&GtkProgress;
|
||||
&GtkPreview;
|
||||
&GtkOldEditable;
|
||||
&GtkText;
|
||||
&GtkTipsQuery;
|
||||
&GtkTree;
|
||||
|
@ -7,7 +7,7 @@ A widget for displaying both trees and lists.
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Widget that displays any object that implements the <link
|
||||
linkend="GtkTreeModel>GtkTreeModel</link> interface.
|
||||
linkend="GtkTreeModel">GtkTreeModel</link> interface.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user