summaryrefslogtreecommitdiffstats
path: root/doc/html/tqaccessibleinterface.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqaccessibleinterface.html')
-rw-r--r--doc/html/tqaccessibleinterface.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqaccessibleinterface.html b/doc/html/tqaccessibleinterface.html
index 67436ed42..9d2cf079c 100644
--- a/doc/html/tqaccessibleinterface.html
+++ b/doc/html/tqaccessibleinterface.html
@@ -97,9 +97,9 @@ object itself if <em>control</em> is 0.
<h3 class=fn>bool <a name="isValid"></a>TQAccessibleInterface::isValid () const<tt> [pure virtual]</tt>
</h3>
-<p> Returns TRUE if all the data necessary to use this interface
+<p> Returns true if all the data necessary to use this interface
implementation is valid (e.g. all pointers are non-null),
-otherwise returns FALSE.
+otherwise returns false.
<h3 class=fn>int <a name="navigate"></a>TQAccessibleInterface::navigate ( <a href="tqaccessible.html#NavDirection-enum">NavDirection</a>&nbsp;direction, int&nbsp;startControl ) const<tt> [pure virtual]</tt>
</h3>
@@ -159,15 +159,15 @@ is usually static. All accessible objects have a role.
<p> Gives the focus to the child object specified by <em>control</em>, or to
the object itself if <em>control</em> is 0.
-<p> Returns TRUE if the focus could be set; otherwise returns FALSE.
+<p> Returns true if the focus could be set; otherwise returns false.
<h3 class=fn>bool <a name="setSelected"></a>TQAccessibleInterface::setSelected ( int&nbsp;control, bool&nbsp;on, bool&nbsp;extend )<tt> [pure virtual]</tt>
</h3>
-<p> Sets the selection of the child object with ID <em>control</em> to <em>on</em>. If <em>extend</em> is TRUE, all child elements between the focused
+<p> Sets the selection of the child object with ID <em>control</em> to <em>on</em>. If <em>extend</em> is true, all child elements between the focused
item and the specified child object have their selection set to <em>on</em>.
-<p> Returns TRUE if the selection could be set; otherwise returns
-FALSE.
+<p> Returns true if the selection could be set; otherwise returns
+false.
<p> <p>See also <a href="#setFocus">setFocus</a>() and <a href="#clearSelection">clearSelection</a>().
<h3 class=fn>void <a name="setText"></a>TQAccessibleInterface::setText ( <a href="tqaccessible.html#Text-enum">Text</a>&nbsp;t, int&nbsp;control, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [pure virtual]</tt>