summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcontextmenuevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcontextmenuevent.3qt')
-rw-r--r--doc/man/man3/tqcontextmenuevent.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqcontextmenuevent.3qt b/doc/man/man3/tqcontextmenuevent.3qt
index b47060845..56c9b9b36 100644
--- a/doc/man/man3/tqcontextmenuevent.3qt
+++ b/doc/man/man3/tqcontextmenuevent.3qt
@@ -85,13 +85,13 @@ This enum describes the reason the ContextMenuEvent was sent. The values are:
\fCTQContextMenuEvent::Other\fR - The event was sent by some other means (i.e. not by the mouse or keyboard).
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQContextMenuEvent::TQContextMenuEvent ( Reason reason, const TQPoint & pos, const TQPoint & globalPos, int state )"
-Constructs a context menu event object with the accept parameter flag set to FALSE.
+Constructs a context menu event object with the accept parameter flag set to false.
.PP
The \fIreason\fR parameter must be TQContextMenuEvent::Mouse or TQContextMenuEvent::Keyboard.
.PP
The \fIpos\fR parameter specifies the mouse position relative to the receiving widget. \fIglobalPos\fR is the mouse position in absolute coordinates. \fIstate\fR is the ButtonState at the time of the event.
.SH "TQContextMenuEvent::TQContextMenuEvent ( Reason reason, const TQPoint & pos, int state )"
-Constructs a context menu event object with the accept parameter flag set to FALSE.
+Constructs a context menu event object with the accept parameter flag set to false.
.PP
The \fIreason\fR parameter must be TQContextMenuEvent::Mouse or TQContextMenuEvent::Keyboard.
.PP
@@ -135,11 +135,11 @@ The accept flag is not set by default.
.PP
See also accept() and consume().
.SH "bool TQContextMenuEvent::isAccepted () const"
-Returns TRUE if the receiver has processed the event; otherwise returns FALSE.
+Returns true if the receiver has processed the event; otherwise returns false.
.PP
See also accept(), ignore(), and consume().
.SH "bool TQContextMenuEvent::isConsumed () const"
-Returns TRUE (which stops propagation of the event) if the receiver has blocked the event; otherwise returns FALSE.
+Returns true (which stops propagation of the event) if the receiver has blocked the event; otherwise returns false.
.PP
See also accept(), ignore(), and consume().
.SH "const TQPoint & TQContextMenuEvent::pos () const"