summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-03-02 08:09:16 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-03-02 08:09:16 +0100
commit981de8eed79bbbd2f04c877f1070800491c4c0ad (patch)
tree2c31ccff92585d98f1a57dcf4d7bcdd259c7d618
parent4ae84d09a55e0fb93bd14e534eb94015f2b55708 (diff)
downloadpygtk-981de8eed79bbbd2f04c877f1070800491c4c0ad.tar.gz
reference: pygtk-gtkradioaction.xml: add missing set_current_value method
-rw-r--r--docs/reference/pygtk-gtkradioaction.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/reference/pygtk-gtkradioaction.xml b/docs/reference/pygtk-gtkradioaction.xml
index c1a452ec..93eb8111 100644
--- a/docs/reference/pygtk-gtkradioaction.xml
+++ b/docs/reference/pygtk-gtkradioaction.xml
@@ -32,6 +32,10 @@
<methodparam></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
+ <methodname><link linkend="method-gtkradioaction--set-current-value">set_current_value</link></methodname>
+ <methodparam></methodparam>
+ </methodsynopsis>
+ <methodsynopsis language="python">
<methodname><link linkend="method-gtkradioaction--get-current-value">get_current_value</link></methodname>
<methodparam></methodparam>
</methodsynopsis>
@@ -269,6 +273,29 @@ containing the group that the radio action belongs to or
</refsect2>
+ <refsect2 id="method-gtkradioaction--set-current-value">
+ <title>gtk.RadioAction.set_current_value</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>set_current_value</methodname>
+ <methodparam></methodparam>
+ </methodsynopsis></programlisting>
+ <variablelist>
+ <varlistentry>
+ <term><parameter role="keyword">current_value</parameter>&nbsp;:</term>
+ <listitem><simpara>the new value.</simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <note>
+ <para>This method is available in PyGTK 2.10 and above.</para>
+ </note>
+
+ <para>The <methodname>get_current_value</methodname>() method sets the currently
+ active group member to the member with value property current_value.</para>
+
+ </refsect2>
+
<refsect2 id="method-gtkradioaction--get-current-value">
<title>gtk.RadioAction.get_current_value</title>