This file is indexed.

/usr/share/gtk-doc/html/gtkimageview/GtkImageToolDragger.html is in libgtkimageview-dev 1.6.4-1.

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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GtkImageToolDragger</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GtkImageView Reference Manual">
<link rel="up" href="rn01.html" title="API reference">
<link rel="prev" href="GtkImageScrollWin.html" title="GtkImageScrollWin">
<link rel="next" href="GtkImageToolSelector.html" title="GtkImageToolSelector">
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="overview.html" title="Package overview">
<link rel="chapter" href="acknowledgements.html" title="Acknowledgements">
<link rel="reference" href="rn01.html" title="API reference">
</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="2">
<tr valign="middle">
<td><a accesskey="p" href="GtkImageScrollWin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GtkImageView Reference Manual</th>
<td><a accesskey="n" href="GtkImageToolSelector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GtkImageToolDragger.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#GtkImageToolDragger.description" class="shortcut">Description</a>
                   | 
                  <a href="#GtkImageToolDragger.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#GtkImageToolDragger.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
                   | 
                  <a href="#GtkImageToolDragger.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkImageToolDragger"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GtkImageToolDragger.top_of_page"></a>GtkImageToolDragger</span></h2>
<p>GtkImageToolDragger — Default image tool for paning the image</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GtkImageToolDragger.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
                    <a class="link" href="GtkImageToolDragger.html#GtkImageToolDragger-struct" title="GtkImageToolDragger">GtkImageToolDragger</a>;
<a class="link" href="GtkIImageTool.html" title="GtkIImageTool">GtkIImageTool</a> *     <a class="link" href="GtkImageToolDragger.html#gtk-image-tool-dragger-new" title="gtk_image_tool_dragger_new ()">gtk_image_tool_dragger_new</a>          (<a class="link" href="GtkImageView.html" title="GtkImageView">GtkImageView</a> *view);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  GObject
   +----GtkImageToolDragger
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GtkImageToolDragger implements
 <a class="link" href="GtkIImageTool.html" title="GtkIImageTool">GtkIImageTool</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.properties"></a><h2>Properties</h2>
<pre class="synopsis">
  "<a class="link" href="GtkImageToolDragger.html#GtkImageToolDragger--view" title='The "view" property'>view</a>"                     <a class="link" href="GtkImageView.html" title="GtkImageView">GtkImageView</a>*         : Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.description"></a><h2>Description</h2>
<p>
</p>
<p>
  GtkImageToolDragger is the default image tool for <span class="type">GtkImageView.</span>
  Its only feature is that it can drag the image around.
</p>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="GtkImageToolDragger-struct"></a><h3>GtkImageToolDragger</h3>
<pre class="programlisting">typedef struct _GtkImageToolDragger GtkImageToolDragger;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="gtk-image-tool-dragger-new"></a><h3>gtk_image_tool_dragger_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkIImageTool.html" title="GtkIImageTool">GtkIImageTool</a> *     gtk_image_tool_dragger_new          (<a class="link" href="GtkImageView.html" title="GtkImageView">GtkImageView</a> *view);</pre>
<p>
Creates and returns a new dragger tool.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="GtkImageView.html" title="GtkImageView"><span class="type">GtkImageView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a new <a class="link" href="GtkImageToolDragger.html" title="GtkImageToolDragger"><span class="type">GtkImageToolDragger</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.property-details"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="GtkImageToolDragger--view"></a><h3>The <code class="literal">"view"</code> property</h3>
<pre class="programlisting">  "view"                     <a class="link" href="GtkImageView.html" title="GtkImageView">GtkImageView</a>*         : Write / Construct Only</pre>
<p>Image View to navigate.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="GtkImageToolDragger.see-also"></a><h2>See Also</h2>
<a class="link" href="GtkImageView.html" title="GtkImageView"><span class="type">GtkImageView</span></a>, <a class="link" href="GtkIImageTool.html" title="GtkIImageTool"><span class="type">GtkIImageTool</span></a>, <a class="link" href="GtkImageToolSelector.html" title="GtkImageToolSelector"><span class="type">GtkImageToolSelector</span></a>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.12</div>
</body>
</html>