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:
parent
ec7c323ca1
commit
85a8b59044
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
>k-Building;
|
||||
>k-Compiling;
|
||||
>k-Running;
|
||||
@ -257,10 +259,10 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
>k-Resources;
|
||||
>k-Questions;
|
||||
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
|
||||
<chapter id="gtkbase" role="no-toc">
|
||||
<part id="gtkbase">
|
||||
<title>GTK+ Core Reference</title>
|
||||
|
||||
>k-General;
|
||||
@ -280,19 +282,16 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
>k-Feature-Test-Macros;
|
||||
>k-Signals;
|
||||
>k-Types;
|
||||
<!-- >k-Themes; -->
|
||||
</part>
|
||||
|
||||
</chapter>
|
||||
|
||||
<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>
|
||||
>k-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>
|
||||
>k-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>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -324,7 +324,7 @@ types related to the text widget and how they work together.
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTextChildAnchor ##### -->
|
||||
<para>
|
||||
<para id="GtkTextChildAnchor">
|
||||
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user