This file is indexed.

/usr/share/gtk-doc/html/pygoocanvas/index.html is in python-pygoocanvas 0.14.1-1ubuntu6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>PyGooCanvas Reference Manual</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><meta name="description" content="This reference describes the classes of the Python PyGooCanvas module."><link rel="home" href="index.html" title="PyGooCanvas Reference Manual"><link rel="next" href="class-hierarchy.html" title="PyGooCanvas Class Hierarchy"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">PyGooCanvas Reference Manual</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="class-hierarchy.html">Next</a></td></tr></table><hr></div><div class="book" title="PyGooCanvas Reference Manual"><div class="titlepage"><div><div><h1 class="title"><a name="pygoocanvas-reference"></a>PyGooCanvas Reference Manual</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Gian Mario</span> <span class="surname">Tagliaretti</span></h3></div></div></div><div><p class="releaseinfo">For PyGooCanvas version 0.14.1</p></div><div><p class="pubdate">2011-12-17
</p></div><div><div class="abstract" title="Abstract"><p class="title"><b>Abstract</b></p><p>This reference describes the classes of the Python PyGooCanvas module.</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="class-hierarchy.html">PyGooCanvas Class Hierarchy</a></span></dt><dt><span class="chapter"><a href="pygoocanvas-core-classes.html">PyGooCanvas Core Class Reference</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="class-canvas.html">goocanvas.Canvas</a></span><span class="refpurpose"> — The Canvas</span></dt><dt><span class="refentrytitle"><a href="class-canvas-item.html">goocanvas.Item</a></span><span class="refpurpose"> — The interface for canvas items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-item-simple.html">goocanvas.ItemSimple</a></span><span class="refpurpose"> — The base class for the standard canvas items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-item-model.html">goocanvas.ItemModel</a></span><span class="refpurpose"> — The interface for canvas item models.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-item-model-simple.html">goocanvas.ItemModelSimple</a></span><span class="refpurpose"> — The base class for the standard canvas item models.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-style.html">goocanvas.Style</a></span><span class="refpurpose"> — Support for cascading style properties for canvas items.</span></dt></dl></dd><dt><span class="chapter"><a href="pygoocanvas-std-items.html">PyGooCanvas Standard Canvas Items Reference</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="class-canvas-ellipse.html">goocanvas.Ellipse</a></span><span class="refpurpose"> — An ellipse item.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-grid.html">goocanvas.Grid</a></span><span class="refpurpose"> — A grid item.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-image.html">goocanvas.Image</a></span><span class="refpurpose"> — An Image item.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-group.html">goocanvas.Group</a></span><span class="refpurpose"> — A group of items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-path.html">goocanvas.Path</a></span><span class="refpurpose"> — A Path item.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-polyline.html">goocanvas.Polyline</a></span><span class="refpurpose"> — A polyline item (a series of lines with optional arrows).</span></dt><dt><span class="refentrytitle"><a href="class-canvas-rect.html">goocanvas.Rect</a></span><span class="refpurpose"> — A rectangle item.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-text.html">goocanvas.Text</a></span><span class="refpurpose"> — A text item.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-table.html">goocanvas.Table</a></span><span class="refpurpose"> — A table container to layout items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-widget.html">goocanvas.Widget</a></span><span class="refpurpose"> — An embedded widget item.</span></dt></dl></dd><dt><span class="chapter"><a href="pygoocanvas-model-items.html">PyGooCanvas Canvas Item Models Reference</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="class-canvas-ellipse-model.html">goocanvas.EllipseModel</a></span><span class="refpurpose"> — A model for ellipse items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-grid-model.html">goocanvas.GridModel</a></span><span class="refpurpose"> — A model for grid items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-group-model.html">goocanvas.GroupModel</a></span><span class="refpurpose"> — A model for group of items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-image-model.html">goocanvas.ImageModel</a></span><span class="refpurpose"> — A model for image items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-path-model.html">goocanvas.PathModel</a></span><span class="refpurpose"> — A model for path items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-polyline-model.html">goocanvas.PolylineModel</a></span><span class="refpurpose"> — A model for polyline items (a series of lines with optional arrows).</span></dt><dt><span class="refentrytitle"><a href="class-canvas-rect-model.html">goocanvas.RectModel</a></span><span class="refpurpose"> — A model for rectangle items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-text-model.html">goocanvas.TextModel</a></span><span class="refpurpose"> — A model for text items.</span></dt><dt><span class="refentrytitle"><a href="class-canvas-table-model.html">goocanvas.TableModel</a></span><span class="refpurpose"> — A model for a table container to layout items.</span></dt></dl></dd><dt><span class="chapter"><a href="pygoocanvas-misc-items.html">PyGooCanvas Miscellaneous Items Reference</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="class-canvas-misc.html">Miscellaneous Items</a></span><span class="refpurpose"> — Miscellaneous items.</span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="class-hierarchy.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> PyGooCanvas Class Hierarchy</td></tr></table></div></body></html>