summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-11-23 22:04:24 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-11-23 22:04:24 +0000
commitb03dfe4f3f1bf348286e48fd4cc03a1197eb52b4 (patch)
treef74173e75547db743ba23cad26bbce161870a4fe
parentbe0f608381a6e3b67aaf79728507cc5ac19d39e1 (diff)
downloadpygtk-PYGTK_2_13_0.tar.gz
Update docs to 2.14PYGTK_2_13_0
svn path=/trunk/; revision=3050
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/pygtk-gtkplug.xml36
2 files changed, 40 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index f82a2d34..4e86915d 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-23 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * pygtk-gtkplug.xml: Update docs to 2.14
+
2008-11-20 Gian Mario Tagliaretti <gianmt@gnome.org>
* pygtk-gtklinkbutton.xml:
diff --git a/docs/reference/pygtk-gtkplug.xml b/docs/reference/pygtk-gtkplug.xml
index fdab51ce..5054f112 100644
--- a/docs/reference/pygtk-gtkplug.xml
+++ b/docs/reference/pygtk-gtkplug.xml
@@ -32,7 +32,14 @@ linkend="method-gtkplug--construct">construct</link></methodname>
<methodname><link
linkend="method-gtkplug--get-id">get_id</link></methodname>
<methodparam></methodparam> </methodsynopsis>
+
+ <methodsynopsis language="python">
+ <methodname><link linkend="method-gtksocket--get-plug-window">get_plug_window</link></methodname>
+ <methodparam></methodparam>
+ </methodsynopsis>
</classsynopsis>
+
+
<programlisting>
<emphasis role="bold">Functions</emphasis>
@@ -82,6 +89,13 @@ linkend="method-gtkplug--get-id">get_id</link></methodname>
Default value: <literal>False</literal>
Available in GTK+ 2.12.</entry>
</row>
+ <row valign="top">
+ <entry>"socket-window"</entry>
+ <entry>Read</entry>
+ <entry>The window of the socket the plug is embedded in.
+ Available in GTK+ 2.14.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
@@ -227,6 +241,28 @@ linkend="method-gtksocket--add-id"><methodname>gtk.Socket.add_id</methodname>()<
</refsect2>
+ <refsect2 id="method-gtksocket--get-plug-window">
+ <title>gtk.Socket.get_plug_window</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>get_plug_window</methodname>
+ <methodparam></methodparam> </methodsynopsis></programlisting>
+ <variablelist>
+ <varlistentry>
+ <term><emphasis>Returns</emphasis>&nbsp;:</term>
+ <listitem><simpara>the window of the plug if available, or
+ <literal>None</literal>.</simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ The <methodname>get_plug_window</methodname>() method retrieves the
+ window of the plug. Use this to check if the plug has been created
+ inside of the socket.
+ </para>
+
+ </refsect2>
+
</refsect1>
<refsect1>