summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-atkgobjectaccessible.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/pygtk-atkgobjectaccessible.xml')
-rw-r--r--docs/reference/pygtk-atkgobjectaccessible.xml134
1 files changed, 0 insertions, 134 deletions
diff --git a/docs/reference/pygtk-atkgobjectaccessible.xml b/docs/reference/pygtk-atkgobjectaccessible.xml
deleted file mode 100644
index 6cc7fb17..00000000
--- a/docs/reference/pygtk-atkgobjectaccessible.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-
-<refentry id="class-atkgobjectaccessible">
-
- <refnamediv>
- <refname>atk.GObjectAccessible</refname>
- <refpurpose>this object class is derived from AtkObject and can be
- used as a basis implementing accessible objects. </refpurpose>
- </refnamediv>
-
- <refsect1>
- <title>Synopsis</title>
-
- <classsynopsis language="python">
- <ooclass><classname>atk.GObjectAccessible</classname></ooclass>
- <ooclass><classname><link linkend="class-atkobject">atk.Object</link></classname></ooclass>
- <methodsynopsis language="python">
- <methodname><link linkend="method-atkgobjectaccessible--get-object">get_object</link></methodname>
- <methodparam></methodparam>
- </methodsynopsis>
-</classsynopsis>
-
-<programlisting>
-<emphasis role="bold">Functions</emphasis>
-
-<methodsynopsis language="python">
- <methodname><link linkend="function-atk--gobject-accessible-for-object">atk.gobject_accessible_for_object</link></methodname>
- <methodparam><parameter role="keyword">obj</parameter></methodparam>
- </methodsynopsis></programlisting>
-
- </refsect1>
-
- <refsect1>
- <title>Ancestry</title>
-
-<synopsis>+-- <link linkend="class-gobject">gobject.GObject</link>
- +-- <link linkend="class-atkobject">atk.Object</link>
- +-- <link linkend="class-atkgobjectaccessible">atk.GObjectAccessible</link>
-</synopsis>
-
- </refsect1>
-
- <refsect1 id="properties-atkgobjectaccessible">
- <title>atk.GObjectAccessible Properties</title>
-
- <para><link linkend="properties-atkobject">atk.Object Properties</link></para>
-
- </refsect1>
-
- <refsect1 id="signal-prototypes-atkgobjectaccessible">
- <title>atk.GObjectAccessible Signal Prototypes</title>
-
- <para><link linkend="signal-prototypes-gobject">gobject.GObject Signal Prototypes</link></para>
- <para><link linkend="signal-prototypes-atkobject">atk.Object Signal Prototypes</link></para>
- </refsect1>
-
- <refsect1>
- <title>Description</title>
-
- <para>This object class is derived from <link
- linkend="class-atkobject"><classname>atk.Object</classname></link>. It
- can be used as a basis for implementing accessible objects for <link
- linkend="class-gobject"><classname>gobject.GObject</classname></link>
- objects which are not derived from <link
- linkend="class-gtkwidget"><classname>gtk.Widget</classname></link>. One
- example of its use is in providing an accessible object for
- GnomeCanvasItem in the GAIL library.</para>
-
- </refsect1>
-
- <refsect1>
- <title>Methods</title>
-
- <refsect2 id="method-atkgobjectaccessible--get-object">
- <title>atk.GObjectAccessible.get_object</title>
-
- <programlisting><methodsynopsis language="python">
- <methodname>get_object</methodname>
- <methodparam></methodparam>
- </methodsynopsis></programlisting>
-
- <variablelist>
- <varlistentry>
- <term><emphasis>Returns</emphasis>&nbsp;:</term>
- <listitem><simpara>a <link
- linkend="class-gobject"><classname>gobject.GObject</classname></link>
- which is the object for the accessible object</simpara></listitem>
- </varlistentry>
- </variablelist>
-
- <para>Gets the <link
- linkend="class-gobject"><classname>gobject.GObject</classname></link>
- for the accessible object.</para>
-
- </refsect2>
-
- </refsect1>
-
- <refsect1>
- <title>Functions</title>
-
- <refsect2 id="function-atk--gobject-accessible-for-object">
- <title>atk.gobject_accessible_for_object</title>
-
- <programlisting><methodsynopsis language="python">
- <methodname>atk.gobject_accessible_for_object</methodname>
- <methodparam><parameter
- role="keyword">obj</parameter></methodparam>
- </methodsynopsis></programlisting>
- <variablelist>
- <varlistentry>
- <term><parameter role="keyword">obj</parameter>&nbsp;:</term>
- <listitem><simpara>a <link
- linkend="class-gobject"><classname>gobject.GObject</classname></link></simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><emphasis>Returns</emphasis>&nbsp;:</term>
- <listitem><simpara>a <link
- linkend="class-atkobject"><classname>atk.Object</classname></link>
- which is the accessible object for
- <parameter>obj</parameter></simpara></listitem>
- </varlistentry>
- </variablelist>
-
- <para>Gets the accessible object for the specified
- <parameter>obj</parameter>.</para>
-
- </refsect2>
-
- </refsect1>
-
-</refentry>