summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-03-08 17:51:59 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-03-08 17:51:59 +0100
commitfd7edc96dbac571a1b45a0c6307cd52d859602fa (patch)
tree5d6d28dcef3bd83ae12ceca6a66856e45916769e
parent1c8c42b7f6848c14de1547f19cacf408becd3183 (diff)
downloadpygtk-fd7edc96dbac571a1b45a0c6307cd52d859602fa.tar.gz
reference: pygtk-gtksizegroup: add missing get_widgets method
-rw-r--r--docs/reference/pygtk-gtksizegroup.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/reference/pygtk-gtksizegroup.xml b/docs/reference/pygtk-gtksizegroup.xml
index f3befead..22c3e245 100644
--- a/docs/reference/pygtk-gtksizegroup.xml
+++ b/docs/reference/pygtk-gtksizegroup.xml
@@ -56,6 +56,11 @@ linkend="method-gtksizegroup--remove-widget">remove_widget</link></methodname>
<methodparam><parameter
role="keyword">widget</parameter></methodparam>
</methodsynopsis>
+
+ <methodsynopsis language="python">
+ <methodname><link linkend="method-gtksizegroup--get-widgets">get_widgets</link></methodname>
+ <methodparam></methodparam>
+ </methodsynopsis>
</classsynopsis>
</refsect1>
@@ -354,6 +359,25 @@ linkend="class-gtksizegroup"><classname>gtk.SizeGroup</classname></link>.</para>
</refsect2>
+ <refsect2 id="method-gtksizegroup--get-widgets">
+ <title>gtk.SizeGroup.get_widgets</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>get_widgets</methodname>
+ <methodparam></methodparam>
+ </methodsynopsis></programlisting>
+ <variablelist>
+ <varlistentry>
+ <term><emphasis>Returns</emphasis>&nbsp;:</term>
+ <listitem><simpara>a list of widgets.</simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>The <methodname>get_widgets</methodname>() method returns the list of
+ widgets associated with size_group.</para>
+
+ </refsect2>
+
</refsect1>
</refentry>