From 2610016828ec7d2378850f435fa9e3ecfce34e73 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Wed, 16 Aug 2006 09:58:07 +0000 Subject: change all TRUE to True and FALSE to False * change all TRUE to True and FALSE to False --- docs/reference/pygtk-gtkcombo.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/reference/pygtk-gtkcombo.xml') 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 "allow-empty" Read/Write - If TRUE, an empty value may be entered + If True, an empty value may be entered in this field "case-sensitive" Read/Write - If TRUE, list item matching is case + If True, list item matching is case sensitive "enable-arrow-keys" Read/Write - If TRUE, the arrow keys move through the + If True, the arrow keys move through the list of items "enable-arrows-always" Read/Write - If TRUE, the arrow keys work, even if + If True, the arrow keys work, even if the entry contents are not in the list "value-in-list" Read/Write - If TRUE, entered values must already be + If True, entered values must already be present in the list @@ -263,13 +263,13 @@ object. val : - If TRUE the value entered must match one of the + If True the value entered must match one of the values in the list. ok_if_empty : - If TRUE an empty value is considered + If True an empty value is considered valid. @@ -280,9 +280,9 @@ of the values in the list. This method sets the "value-in-list" property to the value of val and the "allow-empty" property to the value of ok_if_empty. - If val is TRUE the user will not be able + If val 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 ok_if_empty is TRUE an empty +has been entered. If ok_if_empty is True an empty field is considered an acceptable value. @@ -298,14 +298,14 @@ field is considered an acceptable value. val : - If TRUE can be used to navigate through the + If True can be used to navigate through the list items The set_use_arrows() method sets the "enable-use-arrows" property to the value of val. If -val is TRUE the arrows keys can be used to navigate +val is True the arrows keys can be used to navigate through the list items. @@ -321,7 +321,7 @@ through the list items. val : - If TRUE the arrow keys will still work even if + If True the arrow keys will still work even if the text entry field does not match any of the list items. @@ -329,7 +329,7 @@ items. The set_use_arrows_always() method sets the "enable-arrows-always" property to the values of -val. If val is TRUE the arrow +val. If val is True the arrow keys will work even if the text entry field does not match any of the list items. @@ -346,16 +346,16 @@ items. val : - If TRUE the text in the list items is case + If True the text in the list items is case sensitive. The set_case_sensitive() method sets the "case-sensitive" property to the value of val. If -val is TRUE the text in the combo list items and the +val 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. +"set-case-sensitive" is False. -- cgit v1.2.1