summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/ChangeLog8
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/animation.sgml2
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml2
-rw-r--r--docs/reference/gtk/gtk-docs.sgml88
-rw-r--r--docs/reference/gtk/tmpl/gtkaccelgroup.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkiconfactory.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkrc.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtktextview.sgml2
8 files changed, 58 insertions, 50 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 85a3debc7..be1788cea 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,13 @@
2002-03-07 Matthias Clasen <maclas@gmx.de>
+ * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
+ gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml, gtk/tmpl/gtkiconfactory.sgml,
+ gtk/tmpl/gtkaccelgroup.sgml: Add some ids which are referenced
+ from the object hierarchy.
+
+ * gtk/gtk-docs.sgml: Use parts as top-level division (#61575),
+ include gtkaccessible docs.
+
* gtk/building.sgml: Some typo and markup fixes.
Thu Mar 7 02:58:16 2002 Jonathan Blandford <jrb@redhat.com>
diff --git a/docs/reference/gdk-pixbuf/tmpl/animation.sgml b/docs/reference/gdk-pixbuf/tmpl/animation.sgml
index 00ed35171..4d79cb98d 100644
--- a/docs/reference/gdk-pixbuf/tmpl/animation.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/animation.sgml
@@ -5,7 +5,7 @@ Animations
Animated images.
<!-- ##### SECTION Long_Description ##### -->
- <para>
+ <para><anchor id="GdkPixbufAnimation">
The &gdk-pixbuf; library provides a simple mechanism to load and represent
animations. An animation is conceptually a series of frames to be displayed
over time. Each frame is the same size. The animation may not be represented
diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
index e34195504..de46ffc55 100644
--- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
@@ -6,7 +6,7 @@ Information that describes an image.
<!-- ##### SECTION Long_Description ##### -->
- <para>
+ <para><anchor id="GdkPixbuf">
The <structname>GdkPixbuf</structname> structure contains
information that describes an image in memory.
</para>
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index 4c0430284..5667b90c0 100644
--- a/docs/reference/gtk/gtk-docs.sgml
+++ b/docs/reference/gtk/gtk-docs.sgml
@@ -124,6 +124,7 @@
<!entity GtkWidget SYSTEM "sgml/gtkwidget.sgml">
<!entity GtkWindow SYSTEM "sgml/gtkwindow.sgml">
<!entity GtkWindowGroup SYSTEM "sgml/gtkwindowgroup.sgml">
+<!entity GtkAccessible SYSTEM "sgml/gtkaccessible.sgml">
<!entity gtk-General SYSTEM "sgml/gtkmain.sgml">
<!entity gtk-Feature-Test-Macros SYSTEM "sgml/gtkfeatures.sgml">
<!entity gtk-Graphics-Contexts SYSTEM "sgml/gtkgc.sgml">
@@ -165,8 +166,9 @@
<title>GTK+ Reference Manual</title>
</bookinfo>
- <chapter id="gtk">
+ <part id="gtk">
<title>GTK+ Overview</title>
+ <partintro>
<para>
GTK+ is a library for creating graphical user interfaces. It
works on many UNIX-like platforms, Windows, and on framebuffer
@@ -245,7 +247,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
</varlistentry>
</variablelist>
</para>
-
+</partintro>
&gtk-Building;
&gtk-Compiling;
&gtk-Running;
@@ -257,10 +259,10 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&gtk-Resources;
&gtk-Questions;
- </chapter>
+ </part>
- <chapter id="gtkbase" role="no-toc">
+ <part id="gtkbase">
<title>GTK+ Core Reference</title>
&gtk-General;
@@ -280,19 +282,16 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&gtk-Feature-Test-Macros;
&gtk-Signals;
&gtk-Types;
-<!-- &gtk-Themes; -->
-
- </chapter>
+ </part>
- <chapter id="gtkobjects" role="no-toc">
+ <part id="gtkobjects">
<title>GTK+ Widgets and Objects</title>
-
- <sect1>
+ <chapter>
<title>Object Hierarchy</title>
&index-Object-Tree;
- </sect1>
+ </chapter>
- <sect1 id="WindowWidgets">
+ <chapter id="WindowWidgets">
<title>Windows</title>
&GtkDialog;
&GtkInvisible;
@@ -300,34 +299,34 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkPlug;
&GtkWindow;
&GtkWindowGroup;
- </sect1>
+ </chapter>
- <sect1 id="DisplayWidgets">
+ <chapter id="DisplayWidgets">
<title>Display Widgets</title>
&GtkAccelLabel;
&GtkImage;
&GtkLabel;
&GtkProgressBar;
&GtkStatusbar;
- </sect1>
+ </chapter>
- <sect1 id="ButtonWidgets">
+ <chapter id="ButtonWidgets">
<title>Buttons and Toggles</title>
&GtkButton;
&GtkCheckButton;
&GtkRadioButton;
&GtkToggleButton;
- </sect1>
+ </chapter>
- <sect1 id="NumericEntry">
+ <chapter id="NumericEntry">
<title>Numeric/Text Data Entry</title>
&GtkEntry;
&GtkHScale;
&GtkVScale;
&GtkSpinButton;
- </sect1>
+ </chapter>
- <sect1 id="TextWidgetObjects">
+ <chapter id="TextWidgetObjects">
<title>Multiline Text Editor</title>
&gtk-TextWidget;
&GtkTextIter;
@@ -336,9 +335,9 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkTextTag;
&GtkTextTagTable;
&GtkTextView;
- </sect1>
+ </chapter>
- <sect1 id="TreeWidgetObjects">
+ <chapter id="TreeWidgetObjects">
<title>Tree and List Widget</title>
&gtk-TreeWidget;
&GtkTreeModel;
@@ -355,8 +354,8 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkCellRendererToggle;
&GtkListStore;
&GtkTreeStore;
- </sect1>
- <sect1 id="MenusAndCombos">
+ </chapter>
+ <chapter id="MenusAndCombos">
<title>Menus, Combo Box, Toolbar</title>
&GtkCombo;
&GtkItemFactory;
@@ -371,9 +370,9 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkSeparatorMenuItem;
&GtkTearoffMenuItem;
&GtkToolbar;
- </sect1>
+ </chapter>
- <sect1 id="SelectorWidgets">
+ <chapter id="SelectorWidgets">
<title>Selectors (File/Font/Color/Input Devices)</title>
&GtkColorSelection;
&GtkColorSelectionDialog;
@@ -381,9 +380,9 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkFontSelection;
&GtkFontSelectionDialog;
&GtkInputDialog;
- </sect1>
+ </chapter>
- <sect1 id="LayoutContainers">
+ <chapter id="LayoutContainers">
<title>Layout Containers</title>
&GtkAlignment;
&GtkAspectFrame;
@@ -397,23 +396,23 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkLayout;
&GtkNotebook;
&GtkTable;
- </sect1>
+ </chapter>
- <sect1 id="Ornaments">
+ <chapter id="Ornaments">
<title>Ornaments</title>
&GtkFrame;
&GtkHSeparator;
&GtkVSeparator;
- </sect1>
+ </chapter>
- <sect1 id="ScrollingWidgets">
+ <chapter id="ScrollingWidgets">
<title>Scrolling</title>
&GtkHScrollbar;
&GtkVScrollbar;
&GtkScrolledWindow;
- </sect1>
+ </chapter>
- <sect1 id="MiscObjects">
+ <chapter id="MiscObjects">
<title>Miscellaneous</title>
&GtkAdjustment;
&GtkArrow;
@@ -427,9 +426,10 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkSizeGroup;
&GtkTooltips;
&GtkViewport;
- </sect1>
+ &GtkAccessible;
+ </chapter>
- <sect1 id="AbstractObjects">
+ <chapter id="AbstractObjects">
<title>Abstract Base Classes</title>
&GtkBin;
&GtkBox;
@@ -445,23 +445,23 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkScrollbar;
&GtkSeparator;
&GtkWidget;
- </sect1>
+ </chapter>
- <sect1 id="PlugSocket">
+ <chapter id="PlugSocket">
<title>Cross-process Embedding</title>
&GtkSocket;
- </sect1>
+ </chapter>
- <sect1 id="SpecialObjects">
+ <chapter id="SpecialObjects">
<title>Special-purpose features</title>
&GtkCurve;
&GtkGammaCurve;
&GtkRuler;
&GtkHRuler;
&GtkVRuler;
- </sect1>
+ </chapter>
- <sect1 id="DeprecatedObjects">
+ <chapter id="DeprecatedObjects">
<title>Deprecated</title>
&GtkCList;
&GtkCTree;
@@ -475,8 +475,8 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkTipsQuery;
&GtkTree;
&GtkTreeItem;
- </sect1>
+ </chapter>
- </chapter>
+ </part>
</book>
diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
index a9126ac0d..d9d3fa10e 100644
--- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
+++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
@@ -6,7 +6,7 @@ Keyboard Accelerator Groups
Groups of global keyboard accelerators for an entire #GtkWindow
<!-- ##### SECTION Long_Description ##### -->
-<para>
+<para id="GtkAccelGroup">
A #GtkAccelGroup represents a group of keyboard accelerators,
typically attached to a toplevel #GtkWindow (with
gtk_window_add_accel_group()). Usually you won't need to create a
diff --git a/docs/reference/gtk/tmpl/gtkiconfactory.sgml b/docs/reference/gtk/tmpl/gtkiconfactory.sgml
index 4be5ccb16..653d7268d 100644
--- a/docs/reference/gtk/tmpl/gtkiconfactory.sgml
+++ b/docs/reference/gtk/tmpl/gtkiconfactory.sgml
@@ -8,7 +8,7 @@ Manipulating stock icons
<!-- ##### SECTION Long_Description ##### -->
-<para>
+<para id="GtkIconFactory">
Browse the available stock icons in the list of stock IDs found <link
linkend="gtk-Stock-Items">here</link>. You can also use
the <application>gtk-demo</application> application for this purpose.
diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml
index 29bcfbdbf..c8635bb67 100644
--- a/docs/reference/gtk/tmpl/gtkrc.sgml
+++ b/docs/reference/gtk/tmpl/gtkrc.sgml
@@ -5,7 +5,7 @@ Resource Files
Routines for handling resource files
<!-- ##### SECTION Long_Description ##### -->
-<para>
+<para id="GtkRcStyle">
GTK+ provides resource file mechanism for configuring
various aspects of the operation of a GTK+ program
at runtime.
diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml
index 6e6617c87..72742cf10 100644
--- a/docs/reference/gtk/tmpl/gtktextview.sgml
+++ b/docs/reference/gtk/tmpl/gtktextview.sgml
@@ -324,7 +324,7 @@ types related to the text widget and how they work together.
<!-- ##### STRUCT GtkTextChildAnchor ##### -->
-<para>
+<para id="GtkTextChildAnchor">
</para>