summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimevent.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/tqimevent.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/tqimevent.html')
-rw-r--r--doc/html/tqimevent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqimevent.html b/doc/html/tqimevent.html
index 442b0c74d..e9c62c41e 100644
--- a/doc/html/tqimevent.html
+++ b/doc/html/tqimevent.html
@@ -109,7 +109,7 @@ composition up to that point (which may be an empty string).
<h3 class=fn><a name="TQIMEvent"></a>TQIMEvent::TQIMEvent ( <a href="tqevent.html#Type-enum">Type</a>&nbsp;type, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;cursorPosition )
</h3>
-<p> Constructs a new TQIMEvent with the accept flag set to FALSE. <em>type</em> can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent
+<p> Constructs a new TQIMEvent with the accept flag set to false. <em>type</em> can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent
or TQEvent::IMEndEvent. <em>text</em> contains the current compostion
string and <em>cursorPosition</em> the current position of the cursor
inside <em>text</em>.
@@ -141,8 +141,8 @@ does not want the input method event.
<h3 class=fn>bool <a name="isAccepted"></a>TQIMEvent::isAccepted () const
</h3>
-<p> Returns TRUE if the receiver of the event processed the event;
-otherwise returns FALSE.
+<p> Returns true if the receiver of the event processed the event;
+otherwise returns false.
<h3 class=fn>int <a name="selectionLength"></a>TQIMEvent::selectionLength () const
</h3>