[pygtk] reference: pygtk-gtkradioaction.xml: add missing set_current_value method



commit 981de8eed79bbbd2f04c877f1070800491c4c0ad
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Mar 2 08:09:16 2011 +0100

    reference: pygtk-gtkradioaction.xml: add missing set_current_value method

 docs/reference/pygtk-gtkradioaction.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/pygtk-gtkradioaction.xml b/docs/reference/pygtk-gtkradioaction.xml
index c1a452e..93eb811 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>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]