Add some ids which are referenced from the object hierarchy.

* 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.
This commit is contained in:
Matthias Clasen 2002-03-07 23:20:16 +00:00
parent ec7c323ca1
commit 85a8b59044
8 changed files with 58 additions and 50 deletions

View File

@ -1,5 +1,13 @@
2002-03-07 Matthias Clasen <maclas@gmx.de> 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. * gtk/building.sgml: Some typo and markup fixes.
Thu Mar 7 02:58:16 2002 Jonathan Blandford <jrb@redhat.com> Thu Mar 7 02:58:16 2002 Jonathan Blandford <jrb@redhat.com>

View File

@ -5,7 +5,7 @@ Animations
Animated images. Animated images.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para><anchor id="GdkPixbufAnimation">
The &gdk-pixbuf; library provides a simple mechanism to load and represent The &gdk-pixbuf; library provides a simple mechanism to load and represent
animations. An animation is conceptually a series of frames to be displayed 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 over time. Each frame is the same size. The animation may not be represented

View File

@ -6,7 +6,7 @@ Information that describes an image.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para><anchor id="GdkPixbuf">
The <structname>GdkPixbuf</structname> structure contains The <structname>GdkPixbuf</structname> structure contains
information that describes an image in memory. information that describes an image in memory.
</para> </para>

View File

@ -124,6 +124,7 @@
<!entity GtkWidget SYSTEM "sgml/gtkwidget.sgml"> <!entity GtkWidget SYSTEM "sgml/gtkwidget.sgml">
<!entity GtkWindow SYSTEM "sgml/gtkwindow.sgml"> <!entity GtkWindow SYSTEM "sgml/gtkwindow.sgml">
<!entity GtkWindowGroup SYSTEM "sgml/gtkwindowgroup.sgml"> <!entity GtkWindowGroup SYSTEM "sgml/gtkwindowgroup.sgml">
<!entity GtkAccessible SYSTEM "sgml/gtkaccessible.sgml">
<!entity gtk-General SYSTEM "sgml/gtkmain.sgml"> <!entity gtk-General SYSTEM "sgml/gtkmain.sgml">
<!entity gtk-Feature-Test-Macros SYSTEM "sgml/gtkfeatures.sgml"> <!entity gtk-Feature-Test-Macros SYSTEM "sgml/gtkfeatures.sgml">
<!entity gtk-Graphics-Contexts SYSTEM "sgml/gtkgc.sgml"> <!entity gtk-Graphics-Contexts SYSTEM "sgml/gtkgc.sgml">
@ -165,8 +166,9 @@
<title>GTK+ Reference Manual</title> <title>GTK+ Reference Manual</title>
</bookinfo> </bookinfo>
<chapter id="gtk"> <part id="gtk">
<title>GTK+ Overview</title> <title>GTK+ Overview</title>
<partintro>
<para> <para>
GTK+ is a library for creating graphical user interfaces. It GTK+ is a library for creating graphical user interfaces. It
works on many UNIX-like platforms, Windows, and on framebuffer works on many UNIX-like platforms, Windows, and on framebuffer
@ -245,7 +247,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</para> </para>
</partintro>
&gtk-Building; &gtk-Building;
&gtk-Compiling; &gtk-Compiling;
&gtk-Running; &gtk-Running;
@ -257,10 +259,10 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&gtk-Resources; &gtk-Resources;
&gtk-Questions; &gtk-Questions;
</chapter> </part>
<chapter id="gtkbase" role="no-toc"> <part id="gtkbase">
<title>GTK+ Core Reference</title> <title>GTK+ Core Reference</title>
&gtk-General; &gtk-General;
@ -280,19 +282,16 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&gtk-Feature-Test-Macros; &gtk-Feature-Test-Macros;
&gtk-Signals; &gtk-Signals;
&gtk-Types; &gtk-Types;
<!-- &gtk-Themes; --> </part>
</chapter> <part id="gtkobjects">
<chapter id="gtkobjects" role="no-toc">
<title>GTK+ Widgets and Objects</title> <title>GTK+ Widgets and Objects</title>
<chapter>
<sect1>
<title>Object Hierarchy</title> <title>Object Hierarchy</title>
&index-Object-Tree; &index-Object-Tree;
</sect1> </chapter>
<sect1 id="WindowWidgets"> <chapter id="WindowWidgets">
<title>Windows</title> <title>Windows</title>
&GtkDialog; &GtkDialog;
&GtkInvisible; &GtkInvisible;
@ -300,34 +299,34 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkPlug; &GtkPlug;
&GtkWindow; &GtkWindow;
&GtkWindowGroup; &GtkWindowGroup;
</sect1> </chapter>
<sect1 id="DisplayWidgets"> <chapter id="DisplayWidgets">
<title>Display Widgets</title> <title>Display Widgets</title>
&GtkAccelLabel; &GtkAccelLabel;
&GtkImage; &GtkImage;
&GtkLabel; &GtkLabel;
&GtkProgressBar; &GtkProgressBar;
&GtkStatusbar; &GtkStatusbar;
</sect1> </chapter>
<sect1 id="ButtonWidgets"> <chapter id="ButtonWidgets">
<title>Buttons and Toggles</title> <title>Buttons and Toggles</title>
&GtkButton; &GtkButton;
&GtkCheckButton; &GtkCheckButton;
&GtkRadioButton; &GtkRadioButton;
&GtkToggleButton; &GtkToggleButton;
</sect1> </chapter>
<sect1 id="NumericEntry"> <chapter id="NumericEntry">
<title>Numeric/Text Data Entry</title> <title>Numeric/Text Data Entry</title>
&GtkEntry; &GtkEntry;
&GtkHScale; &GtkHScale;
&GtkVScale; &GtkVScale;
&GtkSpinButton; &GtkSpinButton;
</sect1> </chapter>
<sect1 id="TextWidgetObjects"> <chapter id="TextWidgetObjects">
<title>Multiline Text Editor</title> <title>Multiline Text Editor</title>
&gtk-TextWidget; &gtk-TextWidget;
&GtkTextIter; &GtkTextIter;
@ -336,9 +335,9 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkTextTag; &GtkTextTag;
&GtkTextTagTable; &GtkTextTagTable;
&GtkTextView; &GtkTextView;
</sect1> </chapter>
<sect1 id="TreeWidgetObjects"> <chapter id="TreeWidgetObjects">
<title>Tree and List Widget</title> <title>Tree and List Widget</title>
&gtk-TreeWidget; &gtk-TreeWidget;
&GtkTreeModel; &GtkTreeModel;
@ -355,8 +354,8 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkCellRendererToggle; &GtkCellRendererToggle;
&GtkListStore; &GtkListStore;
&GtkTreeStore; &GtkTreeStore;
</sect1> </chapter>
<sect1 id="MenusAndCombos"> <chapter id="MenusAndCombos">
<title>Menus, Combo Box, Toolbar</title> <title>Menus, Combo Box, Toolbar</title>
&GtkCombo; &GtkCombo;
&GtkItemFactory; &GtkItemFactory;
@ -371,9 +370,9 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkSeparatorMenuItem; &GtkSeparatorMenuItem;
&GtkTearoffMenuItem; &GtkTearoffMenuItem;
&GtkToolbar; &GtkToolbar;
</sect1> </chapter>
<sect1 id="SelectorWidgets"> <chapter id="SelectorWidgets">
<title>Selectors (File/Font/Color/Input Devices)</title> <title>Selectors (File/Font/Color/Input Devices)</title>
&GtkColorSelection; &GtkColorSelection;
&GtkColorSelectionDialog; &GtkColorSelectionDialog;
@ -381,9 +380,9 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkFontSelection; &GtkFontSelection;
&GtkFontSelectionDialog; &GtkFontSelectionDialog;
&GtkInputDialog; &GtkInputDialog;
</sect1> </chapter>
<sect1 id="LayoutContainers"> <chapter id="LayoutContainers">
<title>Layout Containers</title> <title>Layout Containers</title>
&GtkAlignment; &GtkAlignment;
&GtkAspectFrame; &GtkAspectFrame;
@ -397,23 +396,23 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkLayout; &GtkLayout;
&GtkNotebook; &GtkNotebook;
&GtkTable; &GtkTable;
</sect1> </chapter>
<sect1 id="Ornaments"> <chapter id="Ornaments">
<title>Ornaments</title> <title>Ornaments</title>
&GtkFrame; &GtkFrame;
&GtkHSeparator; &GtkHSeparator;
&GtkVSeparator; &GtkVSeparator;
</sect1> </chapter>
<sect1 id="ScrollingWidgets"> <chapter id="ScrollingWidgets">
<title>Scrolling</title> <title>Scrolling</title>
&GtkHScrollbar; &GtkHScrollbar;
&GtkVScrollbar; &GtkVScrollbar;
&GtkScrolledWindow; &GtkScrolledWindow;
</sect1> </chapter>
<sect1 id="MiscObjects"> <chapter id="MiscObjects">
<title>Miscellaneous</title> <title>Miscellaneous</title>
&GtkAdjustment; &GtkAdjustment;
&GtkArrow; &GtkArrow;
@ -427,9 +426,10 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkSizeGroup; &GtkSizeGroup;
&GtkTooltips; &GtkTooltips;
&GtkViewport; &GtkViewport;
</sect1> &GtkAccessible;
</chapter>
<sect1 id="AbstractObjects"> <chapter id="AbstractObjects">
<title>Abstract Base Classes</title> <title>Abstract Base Classes</title>
&GtkBin; &GtkBin;
&GtkBox; &GtkBox;
@ -445,23 +445,23 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkScrollbar; &GtkScrollbar;
&GtkSeparator; &GtkSeparator;
&GtkWidget; &GtkWidget;
</sect1> </chapter>
<sect1 id="PlugSocket"> <chapter id="PlugSocket">
<title>Cross-process Embedding</title> <title>Cross-process Embedding</title>
&GtkSocket; &GtkSocket;
</sect1> </chapter>
<sect1 id="SpecialObjects"> <chapter id="SpecialObjects">
<title>Special-purpose features</title> <title>Special-purpose features</title>
&GtkCurve; &GtkCurve;
&GtkGammaCurve; &GtkGammaCurve;
&GtkRuler; &GtkRuler;
&GtkHRuler; &GtkHRuler;
&GtkVRuler; &GtkVRuler;
</sect1> </chapter>
<sect1 id="DeprecatedObjects"> <chapter id="DeprecatedObjects">
<title>Deprecated</title> <title>Deprecated</title>
&GtkCList; &GtkCList;
&GtkCTree; &GtkCTree;
@ -475,8 +475,8 @@ that is, GUI components such as #GtkButton or #GtkTextView.
&GtkTipsQuery; &GtkTipsQuery;
&GtkTree; &GtkTree;
&GtkTreeItem; &GtkTreeItem;
</sect1>
</chapter> </chapter>
</part>
</book> </book>

View File

@ -6,7 +6,7 @@ Keyboard Accelerator Groups
Groups of global keyboard accelerators for an entire #GtkWindow Groups of global keyboard accelerators for an entire #GtkWindow
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para id="GtkAccelGroup">
A #GtkAccelGroup represents a group of keyboard accelerators, A #GtkAccelGroup represents a group of keyboard accelerators,
typically attached to a toplevel #GtkWindow (with typically attached to a toplevel #GtkWindow (with
gtk_window_add_accel_group()). Usually you won't need to create a gtk_window_add_accel_group()). Usually you won't need to create a

View File

@ -8,7 +8,7 @@ Manipulating stock icons
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para id="GtkIconFactory">
Browse the available stock icons in the list of stock IDs found <link Browse the available stock icons in the list of stock IDs found <link
linkend="gtk-Stock-Items">here</link>. You can also use linkend="gtk-Stock-Items">here</link>. You can also use
the <application>gtk-demo</application> application for this purpose. the <application>gtk-demo</application> application for this purpose.

View File

@ -5,7 +5,7 @@ Resource Files
Routines for handling resource files Routines for handling resource files
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para id="GtkRcStyle">
GTK+ provides resource file mechanism for configuring GTK+ provides resource file mechanism for configuring
various aspects of the operation of a GTK+ program various aspects of the operation of a GTK+ program
at runtime. at runtime.

View File

@ -324,7 +324,7 @@ types related to the text widget and how they work together.
<!-- ##### STRUCT GtkTextChildAnchor ##### --> <!-- ##### STRUCT GtkTextChildAnchor ##### -->
<para> <para id="GtkTextChildAnchor">
</para> </para>