~ubuntu-branches/ubuntu/maverick/pygoocanvas/maverick

« back to all changes in this revision

Viewing changes to docs/reference/pygoocanvas-model-items.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2008-05-25 14:24:41 UTC
  • mfrom: (1.2.1 upstream) (5 gutsy)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080525142441-i0tdyd3794w0s2zf
Tags: 0.10.0-1
* New upstream version.
* Build-depend on goocanvas 0.10
* Change VCS info to point to git.debian.org
* Bump Standards-Version to 3.7.3
* Change python to Pyhton in short description field
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?>
 
2
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 
3
<chapter id="pygoocanvas-model-items" xmlns:xi="http://www.w3.org/2001/XInclude">
 
4
        <title>PyGooCanvas Canvas Item Models Reference</title>
 
5
 
 
6
<!-- GooCanvas OBJECTS -->
 
7
 
 
8
        <xi:include href="pygoocanvas-ellipse-model.xml"/>
 
9
        <xi:include href="pygoocanvas-group-model.xml"/>
 
10
        <xi:include href="pygoocanvas-image-model.xml"/>
 
11
    <xi:include href="pygoocanvas-path-model.xml"/>
 
12
        <xi:include href="pygoocanvas-polyline-model.xml"/>
 
13
        <xi:include href="pygoocanvas-rect-model.xml"/>
 
14
        <xi:include href="pygoocanvas-text-model.xml"/>
 
15
    <xi:include href="pygoocanvas-table-model.xml"/>
 
16
 
 
17
</chapter>