/usr/share/gtk-doc/html/pygtk/class-atkgobjectaccessible.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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>atk.GObjectAccessible</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="atk-class-reference.html" title="The atk Class Reference"><link rel="prev" href="class-atkeditabletext.html" title="atk.EditableText"><link rel="next" href="class-atkhyperlink.html" title="atk.Hyperlink"></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">atk.GObjectAccessible</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-atkeditabletext.html">Prev</a> </td><th width="60%" align="center">The atk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-atkhyperlink.html">Next</a></td></tr></table><hr></div><div class="refentry" title="atk.GObjectAccessible"><a name="class-atkgobjectaccessible"></a><div class="titlepage"></div><div class="refnamediv"><h2>atk.GObjectAccessible</h2><p>atk.GObjectAccessible — this object class is derived from AtkObject and can be
used as a basis implementing accessible objects. </p></div><div class="refsect1" title="Synopsis"><a name="id2961483"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">atk.GObjectAccessible</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-atkgobjectaccessible.html#method-atkgobjectaccessible--get-object" title="atk.GObjectAccessible.get_object">get_object</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table><pre class="programlisting">
<span class="bold"><strong>Functions</strong></span>
<code class="methodsynopsis"> def <span class="methodname"><a class="link" href="class-atkgobjectaccessible.html#function-atk--gobject-accessible-for-object" title="atk.gobject_accessible_for_object">atk.gobject_accessible_for_object</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>obj</code></strong></span></span>)</code></pre></div><div class="refsect1" title="Ancestry"><a name="id2969021"></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-atkgobjectaccessible.html" title="atk.GObjectAccessible">atk.GObjectAccessible</a>
</pre></div><div class="refsect1" title="atk.GObjectAccessible Properties"><a name="properties-atkgobjectaccessible"></a><h2>atk.GObjectAccessible 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="atk.GObjectAccessible Signal Prototypes"><a name="signal-prototypes-atkgobjectaccessible"></a><h2>atk.GObjectAccessible 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="id2979633"></a><h2>Description</h2><p>This object class is derived from <a class="link" href="class-atkobject.html" title="atk.Object"><code class="classname">atk.Object</code></a>. It
can be used as a basis for implementing accessible objects for <PYGTKDOCLINK HREF="class-gobject"><code class="classname">gobject.GObject</code></PYGTKDOCLINK>
objects which are not derived from <a class="link" href="class-gtkwidget.html" title="gtk.Widget"><code class="classname">gtk.Widget</code></a>. One
example of its use is in providing an accessible object for
GnomeCanvasItem in the GAIL library.</p></div><div class="refsect1" title="Methods"><a name="id2962967"></a><h2>Methods</h2><div class="refsect2" title="atk.GObjectAccessible.get_object"><a name="method-atkgobjectaccessible--get-object"></a><h3>atk.GObjectAccessible.get_object</h3><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">get_object</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 <PYGTKDOCLINK HREF="class-gobject"><code class="classname">gobject.GObject</code></PYGTKDOCLINK>
which is the object for the accessible object</td></tr></tbody></table><p>Gets the <PYGTKDOCLINK HREF="class-gobject"><code class="classname">gobject.GObject</code></PYGTKDOCLINK>
for the accessible object.</p></div></div><div class="refsect1" title="Functions"><a name="id2934352"></a><h2>Functions</h2><div class="refsect2" title="atk.gobject_accessible_for_object"><a name="function-atk--gobject-accessible-for-object"></a><h3>atk.gobject_accessible_for_object</h3><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">atk.gobject_accessible_for_object</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>obj</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>obj</code></strong> :</span></p></td><td>a <PYGTKDOCLINK HREF="class-gobject"><code class="classname">gobject.GObject</code></PYGTKDOCLINK></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a <a class="link" href="class-atkobject.html" title="atk.Object"><code class="classname">atk.Object</code></a>
which is the accessible object for
<em class="parameter"><code>obj</code></em></td></tr></tbody></table><p>Gets the accessible object for the specified
<em class="parameter"><code>obj</code></em>.</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-atkeditabletext.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="atk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-atkhyperlink.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">atk.EditableText </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> atk.Hyperlink</td></tr></table></div></body></html>
|