This file is indexed.

/usr/share/gtk-doc/html/pygtk/class-gtkhruler.html is in python-gtk2-doc 2.24.0-4.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtk.HRuler</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="gtk-class-reference.html" title="The gtk Class Reference"><link rel="prev" href="class-gtkhpaned.html" title="gtk.HPaned"><link rel="next" href="class-gtkhscale.html" title="gtk.HScale"></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">gtk.HRuler</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkhpaned.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkhscale.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gtk.HRuler"><a name="class-gtkhruler"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtk.HRuler</h2><p>gtk.HRuler — a horizontal ruler.</p></div><div class="refsect1" title="Synopsis"><a name="id3728961"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.HRuler</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkruler.html" title="gtk.Ruler">gtk.Ruler</a></span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtkhruler.html#constructor-gtkhruler" title="Constructor">gtk.HRuler</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3729010"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
    +-- <a class="link" href="class-gtkwidget.html" title="gtk.Widget">gtk.Widget</a>
      +-- <a class="link" href="class-gtkruler.html" title="gtk.Ruler">gtk.Ruler</a>
        +-- <a class="link" href="class-gtkhruler.html" title="gtk.HRuler">gtk.HRuler</a>
</pre></div><div class="refsect1" title="Implemented Interfaces"><a name="id3729055"></a><h2>Implemented Interfaces</h2><p>
			<a class="link" href="class-gtkhruler.html" title="gtk.HRuler"><code class="classname">gtk.HRuler</code></a>
			implements 
			<a class="link" href="class-gtkbuildable.html" title="gtk.Buildable"><code class="classname">gtk.Buildable</code></a>
		</p></div><div class="refsect1" title="gtk.HRuler Properties"><a name="properties-gtkhruler"></a><h2>gtk.HRuler Properties</h2><p><a class="link" href="class-gtkobject.html#properties-gtkobject" title="gtk.Object Properties">gtk.Object Properties</a></p><p><a class="link" href="class-gtkwidget.html#properties-gtkwidget" title="gtk.Widget Properties">gtk.Widget Properties</a></p><p><a class="link" href="class-gtkruler.html#properties-gtkruler" title="gtk.Ruler Properties">gtk.Ruler Properties</a></p></div><div class="refsect1" title="gtk.HRuler Style Properties"><a name="style-properties-gtkhruler"></a><h2>gtk.HRuler Style Properties</h2><p><a class="link" href="class-gtkwidget.html#style-properties-gtkwidget" title="gtk.Widget Style Properties">gtk.Widget Style Properties</a></p></div><div class="refsect1" title="gtk.HRuler Signal Prototypes"><a name="signal-prototypes-gtkhruler"></a><h2>gtk.HRuler Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-gtkobject.html#signal-prototypes-gtkobject" title="gtk.Object Signal Prototypes">gtk.Object Signal Prototypes</a></p><p><a class="link" href="class-gtkwidget.html#signal-prototypes-gtkwidget" title="gtk.Widget Signal Prototypes">gtk.Widget Signal Prototypes</a></p></div><div class="refsect1" title="Description"><a name="id3729169"></a><h2>Description</h2><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This widget is considered too specialized or little-used for
PyGTK, and will in the future be moved to some other package. If your
application needs this widget, feel free to use it, as the widget does work
and is useful in some applications; it's just not of general interest.
However, it will eventually move out of the PyGTK distribution.</p></div><p>The <a class="link" href="class-gtkhruler.html" title="gtk.HRuler"><code class="classname">gtk.HRuler</code></a> widget is
arranged horizontally creating a ruler that is used in conjunction with
other widgets such as a text widget. The ruler is used to show the location
of the mouse on the window and to show the size of the window in specified
units. The available units of measurement are <code class="literal">gtk.PIXELS</code>
(the default), <code class="literal">gtk.INCHES</code> and
<code class="literal">gtk.CENTIMETERS</code>. See the <a class="link" href="class-gtkruler.html" title="gtk.Ruler"><code class="classname">gtk.Ruler</code></a> description
for more information on the methods that are used to manage a <a class="link" href="class-gtkhruler.html" title="gtk.HRuler"><code class="classname">gtk.HRuler</code></a>.</p></div><div class="refsect1" title="Constructor"><a name="constructor-gtkhruler"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gtk.HRuler</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a new hruler widget</td></tr></tbody></table><p>Creates a new <a class="link" href="class-gtkhruler.html" title="gtk.HRuler"><code class="classname">gtk.HRuler</code></a>
widget.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtkhpaned.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="gtk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gtkhscale.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtk.HPaned </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gtk.HScale</td></tr></table></div></body></html>