[pygtk] reference: pygtk-gtkmessagedialog.xml: add missing methods and properties
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk] reference: pygtk-gtkmessagedialog.xml: add missing methods and properties
- Date: Thu, 10 Mar 2011 21:17:45 +0000 (UTC)
commit 399d652321b7bd06f74d175f454eae53b239701c
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Tue Mar 1 17:17:09 2011 +0100
reference: pygtk-gtkmessagedialog.xml: add missing methods and properties
docs/reference/pygtk-gtkmessagedialog.xml | 39 +++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/pygtk-gtkmessagedialog.xml b/docs/reference/pygtk-gtkmessagedialog.xml
index c390ece..4807325 100644
--- a/docs/reference/pygtk-gtkmessagedialog.xml
+++ b/docs/reference/pygtk-gtkmessagedialog.xml
@@ -52,6 +52,10 @@ linkend="constructor-gtkmessagedialog">gtk.MessageDialog</link></methodname>
<methodname><link linkend="method-gtkmessagedialog--get-image">get_image</link></methodname>
<methodparam></methodparam>
</methodsynopsis>
+ <methodsynopsis language="python">
+ <methodname><link linkend="method-gtkmessagedialog--get-message-area">get_message_area</link></methodname>
+ <methodparam></methodparam>
+ </methodsynopsis>
</classsynopsis>
</refsect1>
@@ -121,6 +125,13 @@ endterm="gtk-buttons-type-constants-title"></xref>:
</row>
<row valign="top">
+ <entry>"message-area"</entry>
+ <entry>Read</entry>
+ <entry>The <link linkend="class-gtkvbox"><classname>gtk.VBox</classname></link>
+ that corresponds to the message area of this dialog. Available in GTK+ 2.22.</entry>
+ </row>
+
+ <row valign="top">
<entry>"message-type"</entry>
<entry>Read-Write-Construct</entry>
<entry>The type of message. One of the
@@ -503,6 +514,34 @@ markup.</para>
</refsect2>
+ <refsect2 id="method-gtkmessagedialog--get-message-area">
+ <title>gtk.MessageDialog.get_message_area</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>get_message_area</methodname>
+ <methodparam></methodparam>
+ </methodsynopsis></programlisting>
+ <variablelist>
+ <varlistentry>
+ <term><emphasis>Returns</emphasis> :</term>
+ <listitem><simpara>A <link linkend="class-gtkvbox"><classname>gtk.VBox</classname></link> corresponding to the "message area" in the message_dialog.</simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <note>
+ <para>This method is available in PyGTK 2.22 and above.</para>
+ </note>
+
+ <para>The <methodname>get_message_area</methodname>() method returns the message area of the dialog.
+ This is the box where the dialog's primary and secondary labels are packed. You can add your own
+ extra content to that box and it will appear below those labels, on the right side of the dialog's
+ image (or on the left for right-to-left languages). See
+ <link linkend="method-gtkdialog--get-content-area"><methodname>get_content_area</methodname></link>
+ for the corresponding function in the parent
+ <link linkend="class-gtkdialog"><classname>gtk.Dialog</classname></link>.</para>
+
+ </refsect2>
+
</refsect1>
</refentry>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]