summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkspinner.xml
blob: a893dffe931d2f5c2056786c6fef8a46134772e5 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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-gtkspinner">
  <refnamediv>
    <refname>gtk.Spinner</refname>
    <refpurpose></refpurpose>
  </refnamediv>

  <refsect1>
    <title>Synopsis</title>

    <classsynopsis language="python">
      <ooclass><classname>gtk.Spinner</classname></ooclass>
      <ooclass><classname><link linkend="class-gtkdrawingarea">gtk.DrawingArea</link></classname></ooclass>
      <constructorsynopsis language="python">
        <methodname><link linkend="constructor-gtkspinner">gtk.Spinner</link></methodname>
        <methodparam></methodparam>
      </constructorsynopsis>
      <methodsynopsis language="python">
        <methodname><link linkend="method-gtkspinner--start">start</link></methodname>
        <methodparam></methodparam>
      </methodsynopsis>
      <methodsynopsis language="python">
        <methodname><link linkend="method-gtkspinner--stop">stop</link></methodname>
        <methodparam></methodparam>
      </methodsynopsis>
    </classsynopsis>

  </refsect1>

  <refsect1>
    <title>Ancestry</title>

<synopsis>+-- <link linkend="class-gobject">GObject</link>
  +-- <link linkend="class-gtkobject">gtk.Object</link>
    +-- <link linkend="class-gtkwidget">gtk.Widget</link>
      +-- <link linkend="class-gtkdrawingarea">gtk.DrawingArea</link>
        +-- <link linkend="class-gtkspinner">gtk.Spinner</link>
</synopsis>

  </refsect1>

  <refsect1>
    <title>Constructor</title>

    <programlisting>
      <constructorsynopsis language="python">
        <methodname><link linkend="constructor-gtkspinner">gtk.Spinner</link></methodname>
        <methodparam></methodparam>
      </constructorsynopsis>
    </programlisting>
    <variablelist>
      <varlistentry>
        <term><emphasis>Returns</emphasis>&nbsp;:</term>
        <listitem><simpara>a new <link linkend="class-gtkspinner"><classname>gtk.Spinner</classname></link></simpara></listitem>
      </varlistentry>
    </variablelist>
    <note>
      <para>This constructor is available in PyGTK 2.22 and above.</para>
    </note>

    <para>Returns a new spinner widget. Not yet started.</para>


  </refsect1>

  <refsect1>
    <title>Methods</title>

    <refsect2 id="method-gtkspinner--start">
      <title>gtk.Spinner.start</title>

      <programlisting>
        <methodsynopsis language="python">
          <methodname>start</methodname>
          <methodparam></methodparam>
        </methodsynopsis>
      </programlisting>
      <note>
        <para>This method is available in PyGTK 2.22 and above.</para>
      </note>

      <para>Starts the animation of the spinner.</para>
    </refsect2>

    <refsect2 id="method-gtkspinner--stop">
      <title>gtk.Spinner.stop</title>

      <programlisting>
        <methodsynopsis language="python">
          <methodname>stop</methodname>
          <methodparam></methodparam>
        </methodsynopsis>
      </programlisting>
      <note>
        <para>This method is available in PyGTK 2.22 and above.</para>
      </note>

      <para>Stops the animation of the spinner.</para>
    </refsect2>

  </refsect1>

</refentry>