summaryrefslogtreecommitdiff
path: root/doc/clutter-gtk-1.0-docs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/clutter-gtk-1.0-docs.xml')
-rw-r--r--doc/clutter-gtk-1.0-docs.xml156
1 files changed, 156 insertions, 0 deletions
diff --git a/doc/clutter-gtk-1.0-docs.xml b/doc/clutter-gtk-1.0-docs.xml
new file mode 100644
index 0000000..76c5d7a
--- /dev/null
+++ b/doc/clutter-gtk-1.0-docs.xml
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY version SYSTEM "version.xml">
+]>
+
+<book id="clutter-gtk" lang="en" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>Clutter-Gtk &version; Reference Manual</title>
+ <releaseinfo>Version &version;</releaseinfo>
+
+ <copyright>
+ <year>2006, 2007, 2008, 2009</year>
+ <holder>Intel Corporation</holder>
+ </copyright>
+
+ <legalnotice>
+ <para>
+ Permission is granted to copy, distribute and/or modify this
+ document under the terms of the <citetitle>GNU Free
+ Documentation License</citetitle>, Version 1.1 or any later
+ version published by the Free Software Foundation with no
+ Invariant Sections, no Front-Cover Texts, and no Back-Cover
+ Texts. You may obtain a copy of the <citetitle>GNU Free
+ Documentation License</citetitle> from the Free Software
+ Foundation by visiting <ulink type="http"
+ url="http://www.fsf.org">their Web site</ulink> or by writing
+ to:
+
+ <address>
+ The Free Software Foundation, Inc.,
+ <street>59 Temple Place</street> - Suite 330,
+ <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
+ <country>USA</country>
+ </address>
+ </para>
+ </legalnotice>
+ </bookinfo>
+
+ <chapter>
+ <title>Clutter-Gtk Overview</title>
+
+ <para>Clutter-Gtk is an integration library for the Clutter toolkit
+ providing access and integration for the GTK+ library.</para>
+
+ <para>Clutter-Gtk allows embedding a Clutter scene graph into a
+ GTK+ application; retrieving themeing information; integrate GTK+
+ data structures and object classes with Clutter actors.</para>
+
+ </chapter>
+
+ <chapter>
+ <title>Clutter-Gtk Widgets</title>
+
+ <xi:include href="xml/gtk-clutter-embed.xml"/>
+ <xi:include href="xml/gtk-clutter-actor.xml"/>
+ <xi:include href="xml/gtk-clutter-window.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Miscellaneous</title>
+
+ <xi:include href="xml/gtk-clutter-util.xml"/>
+ </chapter>
+
+ <index>
+ <title>Index</title>
+ </index>
+
+ <part id="cluttergtk-objects">
+ <title>Clutter-GTK Actors and Objects</title>
+
+ <chapter id="cluttergtk-object-hierarchy">
+ <title>Object Hierarchy</title>
+
+ <xi:include href="xml/tree_index.sgml"><xi:fallback /></xi:include>
+ </chapter>
+
+ <chapter id="cluttergtk-object-index">
+ <title>Object Index</title>
+
+ <xi:include href="xml/object_index.sgml"><xi:fallback /></xi:include>
+ </chapter>
+ </part>
+
+ <part id="cluttergtk-glossary">
+ <title>Glossaries</title>
+
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+ </part>
+
+ <index>
+ <title>Index of all symbols</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <index role="1.0">
+ <title>Index of new symbols in 1.0</title>
+ <xi:include href="xml/api-index-1.0.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <index role="1.2">
+ <title>Index of new symbols in 1.2</title>
+ <xi:include href="xml/api-index-1.2.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <index role="1.4">
+ <title>Index of new symbols in 1.4</title>
+ <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <index role="1.6">
+ <title>Index of new symbols in 1.6</title>
+ <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <index role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <appendix id="license">
+ <title>License</title>
+
+ <para>
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the <citetitle>GNU Library General
+ Public License</citetitle> as published by the Free Software
+ Foundation; either version 2 of the License, or (at your option)
+ any later version.
+ </para>
+
+ <para>
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ <citetitle>GNU Library General Public License</citetitle> for
+ more details.
+ </para>
+
+ <para>
+ You may obtain a copy of the <citetitle>GNU Library General
+ Public License</citetitle> from the Free Software Foundation by
+ visiting <ulink type="http" url="http://www.fsf.org">their Web
+ site</ulink> or by writing to:
+
+ <address>
+ Free Software Foundation, Inc.
+ <street>59 Temple Place</street> - Suite 330
+ <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
+ <country>USA</country>
+ </address>
+ </para>
+ </appendix>
+
+</book>