diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqcontextmenuevent.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-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.html | 12 |
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 <a href="tqpoint.html">TQPoint</a> & <a name="pos"></a>TQContextMenuEvent::pos () const |