summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkradioaction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/pygtk-gtkradioaction.xml')
-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>