summaryrefslogtreecommitdiffstats
path: root/examples/demo/textdrawing/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/textdrawing/example.html')
-rw-r--r--examples/demo/textdrawing/example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html
index 331b469b9..68c38b427 100644
--- a/examples/demo/textdrawing/example.html
+++ b/examples/demo/textdrawing/example.html
@@ -138,7 +138,7 @@ constructor.
<p>See also <a href="#1f406e">setAlignment</a>().
<h3 class="fn">bool <a name="75b2a1"></a>TQLabel::autoResize () const</h3>
<p><b>This function is obsolete.</b> It is provided to keep old source working, and will probably be removed in a future version of TQt. We strongly advise against using it in new code.<p>
-<p>Returns TRUE if auto-resizing is enabled, or FALSE if auto-resizing
+<p>Returns true if auto-resizing is enabled, or false if auto-resizing
is disabled.
<p>Auto-resizing is disabled by default.
<p>See also <a href="#c0e104">setAutoResize</a>().
@@ -187,7 +187,7 @@ returns 0.
<p>The <em>alignment</em> must be a bitwise OR of <a href="tqt.html#AlignmentFlags">TQt::AlignmentFlags</a>
values. The <code>WordBreak, ExpandTabs, SingleLine</code> and <code>ShowPrefix</code> flags apply only if the label contains a plain text, and
are otherwise ignored. The <code>DontClip</code> flag is always ignored.
-<p>If the label has a buddy, the <code>ShowPrefix</code> flag is forced to TRUE.
+<p>If the label has a buddy, the <code>ShowPrefix</code> flag is forced to true.
<p>The default alignment is <code>AlignLeft | AlignVCenter |
ExpandTabs</code> if the label doesn't have a buddy and
<code>AlignLeft | AlignVCenter | ExpandTabs | ShowPrefix </code> if
@@ -204,7 +204,7 @@ the label has a buddy.
<p>Reimplemented from <a href="tqwidget.html#c7a335">TQWidget.</a>
<h3 class="fn">void <a name="c0e104"></a>TQLabel::setAutoResize ( bool enable ) <code>[virtual]</code></h3>
<p><b>This function is obsolete.</b> It is provided to keep old source working, and will probably be removed in a future version of TQt. We strongly advise against using it in new code.<p>
-Enables auto-resizing if <em>enable</em> is TRUE, or disables it if <em>enable</em> is FALSE.
+Enables auto-resizing if <em>enable</em> is true, or disables it if <em>enable</em> is false.
<p>When auto-resizing is enabled, the label will resize itself to fit
the contents whenever the contents change. The top left corner is
not moved. This is useful for TQLabel widgets that are not managed by
@@ -279,7 +279,7 @@ the label. Any previous content is cleared.
<p>The label resizes itself if auto-resizing is enabled.
<p>See also <a href="#101ecb">pixmap</a>() and <a href="#191701">setBuddy</a>().
<h3 class="fn">void <a name="e9e3cf"></a>TQLabel::setScaledContents ( bool enable )</h3>
-<p>When called with <em>enable</em> == TRUE, and the label shows a pixmap,
+<p>When called with <em>enable</em> == true, and the label shows a pixmap,
it will scale the pixmap to fill available space.
<p>See also <a href="#7e1f73">hasScaledContents</a>().
<h3 class="fn">void <a name="dffb43"></a>TQLabel::setText ( const <a href="tqstring.html">TQString</a> &amp; text ) <code>[virtual slot]</code></h3>