diff options
Diffstat (limited to 'doc/html/qaccessibleinterface.html')
-rw-r--r-- | doc/html/qaccessibleinterface.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaccessibleinterface.html b/doc/html/qaccessibleinterface.html index 814d12338..6c8e24d4f 100644 --- a/doc/html/qaccessibleinterface.html +++ b/doc/html/qaccessibleinterface.html @@ -171,7 +171,7 @@ item and the specified child object have their selection set to <em>on</em>. 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="ntqaccessible.html#Text-enum">Text</a> t, int control, const <a href="ntqstring.html">TQString</a> & text )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setText"></a>TQAccessibleInterface::setText ( <a href="ntqaccessible.html#Text-enum">Text</a> t, int control, const <a href="tqstring.html">TQString</a> & text )<tt> [pure virtual]</tt> </h3> <p> Sets the text property <em>t</em> of the child object <em>control</em> to <em>text</em>. If <em>control</em> is 0, the text property of the object itself @@ -185,7 +185,7 @@ state of the object's sub-element element with ID <em>control</em>. All objects have a state. <p> <p>See also <a href="#text">text</a>(), <a href="#role">role</a>(), and <a href="#selection">selection</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQAccessibleInterface::text ( <a href="ntqaccessible.html#Text-enum">Text</a> t, int control ) const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQAccessibleInterface::text ( <a href="ntqaccessible.html#Text-enum">Text</a> t, int control ) const<tt> [pure virtual]</tt> </h3> <p> Returns a string property <em>t</em> of the child object specified by <em>control</em>, or the string property of the object itself if <em>control</em> |