This file is indexed.

/usr/share/gtk-doc/html/pygtk/class-gtkaccessible.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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtk.Accessible</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-gtkaccelmap.html" title="gtk.AccelMap"><link rel="next" href="class-gtkaction.html" title="gtk.Action"></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.Accessible</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkaccelmap.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkaction.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gtk.Accessible"><a name="class-gtkaccessible"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtk.Accessible</h2><p>gtk.Accessible — accessibility support for widgets.</p></div><div class="refsect1" title="Synopsis"><a name="id3008336"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.Accessible</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-atkobject.html" title="atk.Object">atk.Object</a></span></span>):
<code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkaccessible.html#method-gtkaccessible--connect-widget-destroyed" title="gtk.Accessible.connect_widget_destroyed">connect_widget_destroyed</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkaccessible.html#method-gtkaccessible--get-widget" title="gtk.Accessible.get_widget">get_widget</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkaccessible.html#method-gtkaccessible--set-widget" title="gtk.Accessible.set_widget">set_widget</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>widget</code></strong></span></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3238021"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-atkobject.html" title="atk.Object">atk.Object</a>
    +-- <a class="link" href="class-gtkaccessible.html" title="gtk.Accessible">gtk.Accessible</a>
</pre></div><div class="refsect1" title="gtk.Accessible Properties"><a name="properties-gtkaccessible"></a><h2>gtk.Accessible Properties</h2><p><a class="link" href="class-atkobject.html#properties-atkobject" title="atk.Object Properties">atk.Object Properties</a></p></div><div class="refsect1" title="gtk.Accessible Signal Prototypes"><a name="signal-prototypes-gtkaccessible"></a><h2>gtk.Accessible Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-atkobject.html#signal-prototypes-atkobject" title="atk.Object Signal Prototypes">atk.Object Signal Prototypes</a></p></div><div class="refsect1" title="Description"><a name="id2989876"></a><h2>Description</h2><p>The gtk.Accessible class is an abstract base class.</p></div><div class="refsect1" title="Methods"><a name="id2997879"></a><h2>Methods</h2><div class="refsect2" title="gtk.Accessible.connect_widget_destroyed"><a name="method-gtkaccessible--connect-widget-destroyed"></a><h3>gtk.Accessible.connect_widget_destroyed</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">connect_widget_destroyed</span>(<span class="methodparam"></span>)</code></pre><p>This method specifies the callback function to be called when
            the widget corresponding to a <code class="classname">gtk.Accessible</code> is
            destroyed.</p></div><div class="refsect2" title="gtk.Accessible.get_widget"><a name="method-gtkaccessible--get-widget"></a><h3>gtk.Accessible.get_widget</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_widget</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>the <code class="classname">gtk.Widget</code> corresponding to the <code class="classname">gtk.Accessible</code></td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.22 and above.</p></div><p>The <code class="methodname">get_widget</code>() method returns the
          <code class="classname">gtk.Widget</code> corresponding to the
          <code class="classname">gtk.Accessible</code>.</p></div><div class="refsect2" title="gtk.Accessible.set_widget"><a name="method-gtkaccessible--set-widget"></a><h3>gtk.Accessible.set_widget</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_widget</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>widget</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>widget</code></strong> :</span></p></td><td>a <code class="classname">gtk.Widget</code></td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.22 and above.</p></div><p>The <code class="methodname">set_widget</code>() method sets the
            <code class="classname">gtk.Widget</code> corresponding to the
            <code class="classname">gtk.Accessible</code>.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtkaccelmap.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-gtkaction.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtk.AccelMap </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gtk.Action</td></tr></table></div></body></html>