summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-atkimplementor.xml
blob: a1a006ffde55344e1d7c8b10c86aa4ebc934fa30 (plain)
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
<?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-atkimplementor">

  <refnamediv>
    <refname>atk.Implementor</refname>
      <refpurpose></refpurpose>
  </refnamediv>

  <refsect1>
    <title>Synopsis</title>

    <classsynopsis language="python">
      <ooclass><classname>atk.Implementor</classname></ooclass>
      <ooclass><classname>gobject.GInterface</classname></ooclass>
      <methodsynopsis language="python">
        <methodname><link linkend="method-atkimplementor--ref-accessible">ref_accessible</link></methodname>
        <methodparam></methodparam>
      </methodsynopsis>
</classsynopsis>

  </refsect1>

  <refsect1>
    <title>Description</title>

    <para></para>

  </refsect1>

  <refsect1>
    <title>Methods</title>

    <refsect2 id="method-atkimplementor--ref-accessible">
      <title>atk.Implementor.ref_accessible</title>

      <programlisting><methodsynopsis language="python">
        <methodname>ref_accessible</methodname>
        <methodparam></methodparam>
      </methodsynopsis></programlisting>

      <variablelist>
        <varlistentry>
          <term><emphasis>Returns</emphasis>&nbsp;:</term>
          <listitem><simpara>a reference to an object's <link
          linkend="class-atkobject"><classname>atk.Object</classname></link>
          implementation</simpara></listitem>
        </varlistentry>
      </variablelist>

      <para>Gets a reference to an object's <link
      linkend="class-atkobject"><classname>atk.Object</classname></link>
      implementation, if the object implements <link
      linkend="class-atkobject"><classname>atk.Object</classname></link></para>

    </refsect2>

  </refsect1>

</refentry>