summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkhbox.xml
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-08-16 09:58:07 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-08-16 09:58:07 +0000
commit2610016828ec7d2378850f435fa9e3ecfce34e73 (patch)
tree1c50d0316002fcc4c0f2c5bb5bd1a84c13f628a6 /docs/reference/pygtk-gtkhbox.xml
parent7b8a3bacfff2809884d2fedb6a9148318043fac5 (diff)
downloadpygtk-2610016828ec7d2378850f435fa9e3ecfce34e73.tar.gz
change all TRUE to True and FALSE to False
* change all TRUE to True and FALSE to False
Diffstat (limited to 'docs/reference/pygtk-gtkhbox.xml')
-rw-r--r--docs/reference/pygtk-gtkhbox.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/pygtk-gtkhbox.xml b/docs/reference/pygtk-gtkhbox.xml
index ddfef3e8..ec60ad6e 100644
--- a/docs/reference/pygtk-gtkhbox.xml
+++ b/docs/reference/pygtk-gtkhbox.xml
@@ -19,7 +19,7 @@ linkend="class-gtkbox">gtk.Box</link></classname></ooclass>
<methodname><link
linkend="constructor-gtkhbox">gtk.HBox</link></methodname>
<methodparam><parameter
- role="keyword">homogeneous</parameter><initializer>FALSE</initializer></methodparam>
+ role="keyword">homogeneous</parameter><initializer>False</initializer></methodparam>
<methodparam><parameter
role="keyword">spacing</parameter><initializer>0</initializer></methodparam>
</constructorsynopsis>
@@ -93,7 +93,7 @@ though all widgets are allocated the same height.</para>
<programlisting><constructorsynopsis language="python">
<methodname>gtk.HBox</methodname>
<methodparam><parameter
- role="keyword">homogeneous</parameter><initializer>FALSE</initializer></methodparam>
+ role="keyword">homogeneous</parameter><initializer>False</initializer></methodparam>
<methodparam><parameter
role="keyword">spacing</parameter><initializer>0</initializer></methodparam>
</constructorsynopsis></programlisting>
@@ -101,7 +101,7 @@ though all widgets are allocated the same height.</para>
<varlistentry>
<term><parameter
role="keyword">homogeneous</parameter>&nbsp;:</term>
- <listitem><simpara>If <literal>TRUE</literal> all children are given
+ <listitem><simpara>If <literal>True</literal> all children are given
equal space allocations.</simpara></listitem>
</varlistentry>
<varlistentry>