summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqradiobutton.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqradiobutton.3qt')
-rw-r--r--doc/man/man3/tqradiobutton.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqradiobutton.3qt b/doc/man/man3/tqradiobutton.3qt
index fed88c21d..ee957c8e2 100644
--- a/doc/man/man3/tqradiobutton.3qt
+++ b/doc/man/man3/tqradiobutton.3qt
@@ -137,7 +137,7 @@ The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructo
.SH "TQKeySequence TQButton::accel () const"
Returns the accelerator associated with the button. See the "accel" property for details.
.SH "bool TQButton::autoRepeat () const"
-Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. See the "autoRepeat" property for details.
+Returns true if autoRepeat is enabled; otherwise returns false. See the "autoRepeat" property for details.
.SH "void TQButton::clicked ()\fC [signal]\fR"
This signal is emitted when the button is activated (i.e. first pressed down and then released when the mouse cursor is inside the button), when the accelerator key is typed or when animateClick() is called. This signal is \fInot\fR emitted if you call setDown().
.PP
@@ -156,15 +156,15 @@ If the button is not a member of any TQButtonGroup, this function returns 0.
.PP
See also TQButtonGroup.
.SH "bool TQRadioButton::isChecked () const"
-Returns TRUE if the radio button is checked; otherwise returns FALSE. See the "checked" property for details.
+Returns true if the radio button is checked; otherwise returns false. See the "checked" property for details.
.SH "bool TQButton::isDown () const"
-Returns TRUE if the button is pressed; otherwise returns FALSE. See the "down" property for details.
+Returns true if the button is pressed; otherwise returns false. See the "down" property for details.
.SH "bool TQButton::isExclusiveToggle () const"
-Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. See the "exclusiveToggle" property for details.
+Returns true if the button is an exclusive toggle; otherwise returns false. See the "exclusiveToggle" property for details.
.SH "bool TQButton::isOn () const"
-Returns TRUE if the button is toggled; otherwise returns FALSE. See the "on" property for details.
+Returns true if the button is toggled; otherwise returns false. See the "on" property for details.
.SH "bool TQButton::isToggleButton () const"
-Returns TRUE if the button is a toggle button; otherwise returns FALSE. See the "toggleButton" property for details.
+Returns true if the button is a toggle button; otherwise returns false. See the "toggleButton" property for details.
.SH "const TQPixmap * TQButton::pixmap () const"
Returns the pixmap shown on the button. See the "pixmap" property for details.
.SH "void TQButton::pressed ()\fC [signal]\fR"
@@ -205,7 +205,7 @@ Toggles the state of a toggle button.
.PP
See also on, setOn(), toggled(), and toggleButton.
.SH "void TQButton::toggled ( bool on )\fC [signal]\fR"
-This signal is emitted whenever a toggle button changes status. \fIon\fR is TRUE if the button is on, or FALSE if the button is off.
+This signal is emitted whenever a toggle button changes status. \fIon\fR is true if the button is on, or false if the button is off.
.PP
This may be the result of a user action, toggle() slot activation, or because setOn() was called.
.PP
@@ -232,7 +232,7 @@ Set this property's value with setAutoRepeat() and get this property's value wit
.SH "bool checked"
This property holds whether the radio button is checked.
.PP
-This property will not effect any other radio buttons unless they have been placed in the same TQButtonGroup. The default value is FALSE (unchecked).
+This property will not effect any other radio buttons unless they have been placed in the same TQButtonGroup. The default value is false (unchecked).
.PP
Set this property's value with setChecked() and get this property's value with isChecked().
.SH "TQPixmap pixmap"