summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk2-ref.xml
blob: d29afea0185e0a0bd821f935c7a37019094fcc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY % entities SYSTEM "entities.docbook">
%entities;
<!ENTITY builddate SYSTEM "builddate.xml">
]>

<book id="pygtk-reference" xmlns:xi="http://www.w3.org/2001/XInclude">
  <bookinfo>
    <pubdate>&builddate;</pubdate>
    <title>PyGTK 2.0 Reference Manual</title>
    <edition>PyGTK Reference Manual for PyGTK &version;</edition>
    <releaseinfo>For PyGTK version &version;</releaseinfo>
    <abstract>
      <para>This reference describes the classes of the Python PyGTK
module.</para>
    </abstract>
  </bookinfo>
  <toc>
  </toc>

  <xi:include href="pygtk-introduction.xml"/>

  <chapter id="class-hierarchy">
    <title>PyGTK Class Hierarchy</title>

    <xi:include href="pygtk-hierarchy.xml"/>

  </chapter>

<!-- the reference page chapters for the PyGTK classes -->

  <xi:include href="pygtk-atk-classes.xml"/>
  <xi:include href="pygtk-gtk-classes.xml"/>
  <xi:include href="pygtk-gdk-classes.xml"/>
  <xi:include href="pygtk-glade-classes.xml"/>
  <xi:include href="pygtk-pango-classes.xml"/>
  <xi:include href="pygtk-pangocairo-classes.xml"/>
  <xi:include href="pygtk-unixprint-classes.xml"/>

</book>