diff options
Diffstat (limited to 'doc/man/man3/tqbuttongroup.3qt')
| -rw-r--r-- | doc/man/man3/tqbuttongroup.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqbuttongroup.3qt b/doc/man/man3/tqbuttongroup.3qt index ae606e01d..2a8bfdf9b 100644 --- a/doc/man/man3/tqbuttongroup.3qt +++ b/doc/man/man3/tqbuttongroup.3qt @@ -160,9 +160,9 @@ See also find(), remove(), and exclusive. Examples: .)l listbox/listbox.cpp and xform/xform.cpp. .SH "bool TQButtonGroup::isExclusive () const" -Returns TRUE if the button group is exclusive; otherwise returns FALSE. See the "exclusive" property for details. +Returns true if the button group is exclusive; otherwise returns false. See the "exclusive" property for details. .SH "bool TQButtonGroup::isRadioButtonExclusive () const" -Returns TRUE if the radio buttons in the group are exclusive; otherwise returns FALSE. See the "radioButtonExclusive" property for details. +Returns true if the radio buttons in the group are exclusive; otherwise returns false. See the "radioButtonExclusive" property for details. .SH "void TQButtonGroup::moveFocus ( int key )\fC [virtual]\fR" Moves the keyboard focus according to \fIkey\fR, and if appropriate checks the new focus item. .PP @@ -195,13 +195,13 @@ Sets whether the radio buttons in the group are exclusive. See the "radioButtonE .SH "bool exclusive" This property holds whether the button group is exclusive. .PP -If this property is TRUE, then the buttons in the group are toggled, and to untoggle a button you must click on another button in the group. The default value is FALSE. +If this property is true, then the buttons in the group are toggled, and to untoggle a button you must click on another button in the group. The default value is false. .PP Set this property's value with setExclusive() and get this property's value with isExclusive(). .SH "bool radioButtonExclusive" This property holds whether the radio buttons in the group are exclusive. .PP -If this property is TRUE (the default), the radiobuttons in the group are treated exclusively. +If this property is true (the default), the radiobuttons in the group are treated exclusively. .PP Set this property's value with setRadioButtonExclusive() and get this property's value with isRadioButtonExclusive(). .SH "int selectedId" |
