summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcontextmenuevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqcontextmenuevent.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcontextmenuevent.html')
-rw-r--r--doc/html/tqcontextmenuevent.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqcontextmenuevent.html b/doc/html/tqcontextmenuevent.html
index 24b6cd20d..beb6e655b 100644
--- a/doc/html/tqcontextmenuevent.html
+++ b/doc/html/tqcontextmenuevent.html
@@ -90,7 +90,7 @@ the mouse or keyboard).
</h3>
<p> Constructs a context menu event object with the accept parameter
-flag set to FALSE.
+flag set to false.
<p> The <em>reason</em> parameter must be <a href="#Reason-enum">TQContextMenuEvent::Mouse</a> or <a href="#Reason-enum">TQContextMenuEvent::Keyboard</a>.
<p> The <em>pos</em> parameter specifies the mouse position relative to the
receiving widget. <em>globalPos</em> is the mouse position in absolute
@@ -100,7 +100,7 @@ coordinates. <em>state</em> is the ButtonState at the time of the event.
</h3>
<p> Constructs a context menu event object with the accept parameter
-flag set to FALSE.
+flag set to false.
<p> The <em>reason</em> parameter must be <a href="#Reason-enum">TQContextMenuEvent::Mouse</a> or <a href="#Reason-enum">TQContextMenuEvent::Keyboard</a>.
<p> The <em>pos</em> parameter specifies the mouse position relative to the
receiving widget. <em>state</em> is the ButtonState at the time of the
@@ -163,15 +163,15 @@ the consumed flag as well.
<h3 class=fn>bool <a name="isAccepted"></a>TQContextMenuEvent::isAccepted () const
</h3>
-<p> Returns TRUE if the receiver has processed the event; otherwise
-returns FALSE.
+<p> Returns true if the receiver has processed the event; otherwise
+returns false.
<p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>().
<h3 class=fn>bool <a name="isConsumed"></a>TQContextMenuEvent::isConsumed () const
</h3>
-<p> Returns TRUE (which stops propagation of the event) if the
-receiver has blocked the event; otherwise returns FALSE.
+<p> Returns true (which stops propagation of the event) if the
+receiver has blocked the event; otherwise returns false.
<p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>().
<h3 class=fn>const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQContextMenuEvent::pos () const