This file is indexed.

/usr/share/gtk-doc/html/goocanvas2/goocanvas-overview.html is in libgoocanvas-2.0-dev 2.0.2-0ubuntu2.

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

The actual contents of the file can be viewed below.

  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
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GooCanvas Reference Manual: Overview</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GooCanvas Reference Manual">
<link rel="up" href="ch01.html" title="Introduction">
<link rel="prev" href="ch01.html" title="Introduction">
<link rel="next" href="goocanvas-simple-canvas.html" title="Simple Canvas Example">
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="ch01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="goocanvas-simple-canvas.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="goocanvas-overview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">Overview</span></h2>
<p>Overview — a quick tour of GooCanvas.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="features"></a><h2>Features</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
      Basic items - rect/ellipse/polyline/text/image/grid/group.
    </p></li>
<li class="listitem"><p>
      Path item, using SVG path specification strings.
    </p></li>
<li class="listitem"><p>
      Table item for layout of other items (similar to the GtkTable widget).
      (This also supports items whose requested height changes according to
      their allocated width, such as text items.)
    </p></li>
<li class="listitem"><p>
      Embedded GTK+ widgets.
    </p></li>
<li class="listitem"><p>
      Layers/stacking order with raise/lower functions.
    </p></li>
<li class="listitem"><p>
      Affine transformations for all items - rotations/scales/skews.
    </p></li>
<li class="listitem"><p>
      Event handling - button/motion events, "pointer-events" property like SVG.
    </p></li>
<li class="listitem"><p>
      Grabs - support for pointer and keyboard grabs.
    </p></li>
<li class="listitem"><p>
      Keyboard focus traversal.
    </p></li>
<li class="listitem"><p>
      Accessibility (item title and description properties and hierarchy stuff).
    </p></li>
<li class="listitem"><p>
      Printing (output to a given cairo_t).
    </p></li>
<li class="listitem"><p>
      Scrolling.
    </p></li>
<li class="listitem"><p>
      Zooming.
    </p></li>
<li class="listitem"><p>
      Static items that don't move as the canvas is scrolled or zoomed.
    </p></li>
<li class="listitem"><p>
      Item visibility setting - on/off/above zoom threshold.
    </p></li>
<li class="listitem"><p>
      Simple animation.
    </p></li>
<li class="listitem"><p>
      Scalable - support for thousands of items over a large canvas area.
    </p></li>
<li class="listitem"><p>
      Support for different units - pixels/points/inches/millimeters.
    </p></li>
</ul></div>
<div class="refsect2">
<a name="deprecated-features"></a><h3>Features that may be removed in future to simplify the code</h3>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
      Optional model/view split.
    </p></li>
<li class="listitem"><p>
      Uses interfaces for items and views.
    </p></li>
<li class="listitem"><p>
      Cascading styles - line width/style/dashes, colors, fill patterns.
      (The style properties will remain, but will not cascade.)
    </p></li>
</ul></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19.1</div>
</body>
</html>