summaryrefslogtreecommitdiff
path: root/bindings/python/docs/pygladeui.xml
blob: 3f7f41e5852228f19aa68ca8481eb4c5214a7dd8 (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
43
44
45
46
47
48
49
50
51
52
53
<?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 builddate SYSTEM "builddate.xml">
]>

<book id="pygladeui-reference" xmlns:xi="http://www.w3.org/2001/XInclude">
  <bookinfo>
    <pubdate>&builddate;</pubdate>
    <title>PyGladeUI Reference Manual</title>
    <edition>for version <xi:include href="version.xml"/></edition>
    <releaseinfo>for PyGladeUI version <xi:include href="version.xml"/></releaseinfo>
    
    <authorgroup>
      <author>
	<firstname>Vincent</firstname>
	<surname>Geddes</surname>
	<affiliation>
	  <address>
	    <email>vgeddes@gnome.org</email>
	  </address>
	</affiliation>	
      </author>
    </authorgroup>

    <copyright>
      <year>2006</year>
      <holder>Vincent Geddes</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 their <ulink type="http"
      url="http://www.fsf.org">website</ulink>.</para>
    </legalnotice>    

    <abstract>
      <para>This reference describes the classes of the Python gladeui module.</para>
    </abstract>
  </bookinfo>
  
  <toc>
  </toc>
    <xi:include href="pygladeui-classes.xml"/>


</book>