summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpaintdevice.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpaintdevice.3qt')
-rw-r--r--doc/man/man3/tqpaintdevice.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqpaintdevice.3qt b/doc/man/man3/tqpaintdevice.3qt
index c7ea10702..67adbf66f 100644
--- a/doc/man/man3/tqpaintdevice.3qt
+++ b/doc/man/man3/tqpaintdevice.3qt
@@ -208,11 +208,11 @@ The HANDLE type varies with platform; see tqpaintdevice.h and tqwindowdefs.h for
.PP
See also x11Display().
.SH "bool TQPaintDevice::isExtDev () const"
-Returns TRUE if the device is an external paint device; otherwise returns FALSE.
+Returns true if the device is an external paint device; otherwise returns false.
.PP
External paint devices cannot be bitBlt()'ed from. TQPicture and TQPrinter are external paint devices.
.SH "bool TQPaintDevice::paintingActive () const"
-Returns TRUE if the device is being painted, i.e. someone has called TQPainter::begin() but not yet called TQPainter::end() for this device; otherwise returns FALSE.
+Returns true if the device is being painted, i.e. someone has called TQPainter::begin() but not yet called TQPainter::end() for this device; otherwise returns false.
.PP
See also TQPainter::isActive().
.SH "int TQPaintDevice::x11AppCells ()\fC [static]\fR"
@@ -246,11 +246,11 @@ Returns the default colormap for screen \fIscreen\fR of the X display global to
.PP
See also x11Cells().
.SH "bool TQPaintDevice::x11AppDefaultVisual ()\fC [static]\fR"
-Returns TRUE if the Visual used is the default for the default screen of the X display global to the application (X11 only); otherwise returns FALSE. Using this function is not portable.
+Returns true if the Visual used is the default for the default screen of the X display global to the application (X11 only); otherwise returns false. Using this function is not portable.
.SH "bool TQPaintDevice::x11AppDefaultVisual ( int screen )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
-Returns TRUE if the Visual used is the default for screen \fIscreen\fR of the X display global to the application (X11 only); otherwise returns FALSE. Using this function is not portable.
+Returns true if the Visual used is the default for screen \fIscreen\fR of the X display global to the application (X11 only); otherwise returns false. Using this function is not portable.
.SH "int TQPaintDevice::x11AppDepth ( int screen )\fC [static]\fR"
Returns the depth for screen \fIscreen\fR of the X display global to the application (X11 only). Using this function is not portable.
.PP
@@ -345,7 +345,7 @@ Copies a block of pixels from \fIsrc\fR to \fIdst\fR, perhaps merging each pixel
.PP
The most common values for \fIrop\fR are CopyROP and XorROP; the TQt::RasterOp documentation defines all the possible values.
.PP
-If \fIignoreMask\fR is FALSE (the default) and \fIsrc\fR is a masked TQPixmap, the entire blit is masked by \fIsrc\fR->mask().
+If \fIignoreMask\fR is false (the default) and \fIsrc\fR is a masked TQPixmap, the entire blit is masked by \fIsrc\fR->mask().
.PP
If \fIsrc\fR, \fIdst\fR, \fIsw\fR or \fIsh\fR is 0, bitBlt() does nothing. If \fIsw\fR or \fIsh\fR is negative bitBlt() copies starting at \fIsx\fR (and respectively, \fIsy\fR) and ending at the right end (respectively, bottom) of \fIsrc\fR.
.PP