summaryrefslogtreecommitdiffstats
path: root/widgets/doc/AnacondaWidgets-docs.xml
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-11-07 13:01:25 -0500
committerChris Lumens <clumens@redhat.com>2011-11-10 15:50:41 -0500
commitadd0aeee51989fbe0b5d3e6c46ac645a3bd734ef (patch)
tree02ad67539c2ecf55e90ecafbb7cb434a26d9fda2 /widgets/doc/AnacondaWidgets-docs.xml
parent732558a85699676d8c2975e8ed891eb07bcd77bc (diff)
downloadanaconda-add0aeee51989fbe0b5d3e6c46ac645a3bd734ef.tar.gz
anaconda-add0aeee51989fbe0b5d3e6c46ac645a3bd734ef.tar.xz
anaconda-add0aeee51989fbe0b5d3e6c46ac645a3bd734ef.zip
Add our custom GTK+ widgets in as a subdirectory and subpackage.
Diffstat (limited to 'widgets/doc/AnacondaWidgets-docs.xml')
-rw-r--r--widgets/doc/AnacondaWidgets-docs.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/widgets/doc/AnacondaWidgets-docs.xml b/widgets/doc/AnacondaWidgets-docs.xml
new file mode 100644
index 000000000..730c13a01
--- /dev/null
+++ b/widgets/doc/AnacondaWidgets-docs.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+]>
+
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>The AnacondaWidgets Library Reference Manual</title>
+
+ <authorgroup>
+ <author>
+ <firstname>Chris</firstname>
+ <surname>Lumens</surname>
+ <affiliation>
+ <address>
+ <email>clumens@redhat.com</email>
+ </address>
+ </affiliation>
+ </author>
+ </authorgroup>
+ </bookinfo>
+
+ <chapter id="windows">
+ <title>Window Widgets</title>
+ <xi:include href="xml/BaseWindow.xml" />
+ <xi:include href="xml/HubWindow.xml" />
+ <xi:include href="xml/SpokeWindow.xml" />
+ <xi:include href="xml/StandaloneWindow.xml" />
+ </chapter>
+
+ <chapter id="disks">
+ <title>Disk-Related Widgets</title>
+ <xi:include href="xml/DiskOverview.xml" />
+ </chapter>
+
+ <chapter id="miscellaneous">
+ <title>Miscellaneous Widgets</title>
+ <xi:include href="xml/SpokeSelector.xml" />
+ </chapter>
+
+ <chapter id="hierarchy">
+ <title>Object Hierarchy</title>
+ <xi:include href="xml/tree_index.sgml" />
+ </chapter>
+
+ <index id="api-index-full">
+ <title>Index</title>
+ <xi:include href="xml/api-index-full.xml" />
+ </index>
+</book>