summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkcombo.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-gtkcombo.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-gtkcombo.xml')
-rw-r--r--docs/reference/pygtk-gtkcombo.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/reference/pygtk-gtkcombo.xml b/docs/reference/pygtk-gtkcombo.xml
index 28579b1c..11c77c31 100644
--- a/docs/reference/pygtk-gtkcombo.xml
+++ b/docs/reference/pygtk-gtkcombo.xml
@@ -96,31 +96,31 @@ linkend="method-gtkcombo--disable-activate">disable_activate</link></methodname>
<row valign="top">
<entry>"allow-empty"</entry>
<entry>Read/Write</entry>
- <entry>If <literal>TRUE</literal>, an empty value may be entered
+ <entry>If <literal>True</literal>, an empty value may be entered
in this field</entry>
</row>
<row valign="top">
<entry>"case-sensitive"</entry>
<entry>Read/Write</entry>
- <entry>If <literal>TRUE</literal>, list item matching is case
+ <entry>If <literal>True</literal>, list item matching is case
sensitive</entry>
</row>
<row valign="top">
<entry>"enable-arrow-keys"</entry>
<entry>Read/Write</entry>
- <entry>If <literal>TRUE</literal>, the arrow keys move through the
+ <entry>If <literal>True</literal>, the arrow keys move through the
list of items</entry>
</row>
<row valign="top">
<entry>"enable-arrows-always"</entry>
<entry>Read/Write</entry>
- <entry>If <literal>TRUE</literal>, the arrow keys work, even if
+ <entry>If <literal>True</literal>, the arrow keys work, even if
the entry contents are not in the list</entry>
</row>
<row valign="top">
<entry>"value-in-list"</entry>
<entry>Read/Write</entry>
- <entry>If <literal>TRUE</literal>, entered values must already be
+ <entry>If <literal>True</literal>, entered values must already be
present in the list</entry>
</row>
@@ -263,13 +263,13 @@ object.</para>
<variablelist>
<varlistentry>
<term><parameter role="keyword">val</parameter>&nbsp;:</term>
- <listitem><simpara>If TRUE the value entered must match one of the
+ <listitem><simpara>If True the value entered must match one of the
values in the list.</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter
role="keyword">ok_if_empty</parameter>&nbsp;:</term>
- <listitem><simpara>If TRUE an empty value is considered
+ <listitem><simpara>If True an empty value is considered
valid.</simpara></listitem>
</varlistentry>
</variablelist>
@@ -280,9 +280,9 @@ of the values in the list. This method sets the "value-in-list" property to
the value of <parameter>val</parameter> and the "allow-empty" property to
the value of <parameter>ok_if_empty</parameter>.</para>
- <para>If <parameter>val</parameter> is TRUE the user will not be able
+ <para>If <parameter>val</parameter> is True the user will not be able
to perform any other action (the widget grabs the focus) until a valid value
-has been entered. If <parameter>ok_if_empty</parameter> is TRUE an empty
+has been entered. If <parameter>ok_if_empty</parameter> is True an empty
field is considered an acceptable value.</para>
</refsect2>
@@ -298,14 +298,14 @@ field is considered an acceptable value.</para>
<variablelist>
<varlistentry>
<term><parameter role="keyword">val</parameter>&nbsp;:</term>
- <listitem><simpara>If TRUE can be used to navigate through the
+ <listitem><simpara>If True can be used to navigate through the
list items</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>set_use_arrows</methodname>() method sets the
"enable-use-arrows" property to the value of <parameter>val</parameter>. If
-<parameter>val</parameter> is TRUE the arrows keys can be used to navigate
+<parameter>val</parameter> is True the arrows keys can be used to navigate
through the list items.</para>
</refsect2>
@@ -321,7 +321,7 @@ through the list items.</para>
<variablelist>
<varlistentry>
<term><parameter role="keyword">val</parameter>&nbsp;:</term>
- <listitem><simpara>If TRUE the arrow keys will still work even if
+ <listitem><simpara>If True the arrow keys will still work even if
the text entry field does not match any of the list
items.</simpara></listitem>
</varlistentry>
@@ -329,7 +329,7 @@ items.</simpara></listitem>
<para>The <methodname>set_use_arrows_always</methodname>() method sets
the "enable-arrows-always" property to the values of
-<parameter>val</parameter>. If <parameter>val</parameter> is TRUE the arrow
+<parameter>val</parameter>. If <parameter>val</parameter> is True the arrow
keys will work even if the text entry field does not match any of the list
items.</para>
@@ -346,16 +346,16 @@ items.</para>
<variablelist>
<varlistentry>
<term><parameter role="keyword">val</parameter>&nbsp;:</term>
- <listitem><simpara>If TRUE the text in the list items is case
+ <listitem><simpara>If True the text in the list items is case
sensitive.</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>set_case_sensitive</methodname>() method sets
the "case-sensitive" property to the value of <parameter>val</parameter>. If
-<parameter>val</parameter> is TRUE the text in the combo list items and the
+<parameter>val</parameter> is True the text in the combo list items and the
text entry field are case sensitive. The default value of
-"set-case-sensitive" is FALSE.</para>
+"set-case-sensitive" is False.</para>
</refsect2>