diff options
Diffstat (limited to 'doc/html/tqtextdrag.html')
-rw-r--r-- | doc/html/tqtextdrag.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqtextdrag.html b/doc/html/tqtextdrag.html index ce60fa880..254d119ab 100644 --- a/doc/html/tqtextdrag.html +++ b/doc/html/tqtextdrag.html @@ -82,15 +82,15 @@ resources. <h3 class=fn>bool <a name="canDecode"></a>TQTextDrag::canDecode ( const <a href="tqmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> </h3> -Returns TRUE if the information in <em>e</em> can be decoded into a -<a href="tqstring.html">TQString</a>; otherwise returns FALSE. +Returns true if the information in <em>e</em> can be decoded into a +<a href="tqstring.html">TQString</a>; otherwise returns false. <p> <p>See also <a href="#decode">decode</a>(). <p>Example: <a href="simple_dd-example.html#x2827">iconview/simple_dd/main.cpp</a>. <h3 class=fn>bool <a name="decode"></a>TQTextDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str )<tt> [static]</tt> </h3> Attempts to decode the dropped information in <em>e</em> into <em>str</em>. -Returns TRUE if successful; otherwise returns FALSE. +Returns true if successful; otherwise returns false. <p> <p>See also <a href="#canDecode">canDecode</a>(). <p>Example: <a href="simple_dd-example.html#x2828">iconview/simple_dd/main.cpp</a>. @@ -98,7 +98,7 @@ Returns TRUE if successful; otherwise returns FALSE. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Attempts to decode the dropped information in <em>e</em> into <em>str</em>. -Returns TRUE if successful; otherwise returns FALSE. If <em>subtype</em> +Returns true if successful; otherwise returns false. If <em>subtype</em> is null, any text subtype is accepted; otherwise only the specified <em>subtype</em> is accepted. <p> <p>See also <a href="#canDecode">canDecode</a>(). |