summaryrefslogtreecommitdiffstats
path: root/doc/html/tqstatusbar.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/tqstatusbar.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/tqstatusbar.html')
-rw-r--r--doc/html/tqstatusbar.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqstatusbar.html b/doc/html/tqstatusbar.html
index 12df8e7d8..71634519e 100644
--- a/doc/html/tqstatusbar.html
+++ b/doc/html/tqstatusbar.html
@@ -40,7 +40,7 @@ presenting status information.
<ul>
<li class=fn><a href="#TQStatusBar"><b>TQStatusBar</b></a> ( TQWidget&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
<li class=fn>virtual <a href="#~TQStatusBar"><b>~TQStatusBar</b></a> ()</li>
-<li class=fn>virtual void <a href="#addWidget"><b>addWidget</b></a> ( TQWidget&nbsp;*&nbsp;widget, int&nbsp;stretch = 0, bool&nbsp;permanent = FALSE )</li>
+<li class=fn>virtual void <a href="#addWidget"><b>addWidget</b></a> ( TQWidget&nbsp;*&nbsp;widget, int&nbsp;stretch = 0, bool&nbsp;permanent = false )</li>
<li class=fn>virtual void <a href="#removeWidget"><b>removeWidget</b></a> ( TQWidget&nbsp;*&nbsp;widget )</li>
<li class=fn>void <a href="#setSizeGripEnabled"><b>setSizeGripEnabled</b></a> ( bool )</li>
<li class=fn>bool <a href="#isSizeGripEnabled"><b>isSizeGripEnabled</b></a> () const</li>
@@ -109,7 +109,7 @@ remove widgets.
</pre>
<p> By default TQStatusBar provides a <a href="tqsizegrip.html">TQSizeGrip</a> in the lower-right
-corner. You can disable it with <a href="#setSizeGripEnabled">setSizeGripEnabled</a>(FALSE);
+corner. You can disable it with <a href="#setSizeGripEnabled">setSizeGripEnabled</a>(false);
<p> <img src=tqstatusbar-m.png> <img src=tqstatusbar-w.png>
<p> <p>See also <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqlabel.html">TQLabel</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Status Bar</a>, <a href="application.html">Main Window and Related Classes</a>, and <a href="helpsystem.html">Help System</a>.
@@ -125,15 +125,15 @@ with a size grip.
Destroys the status bar and frees any allocated resources and
child widgets.
-<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, int&nbsp;stretch = 0, bool&nbsp;permanent = FALSE )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, int&nbsp;stretch = 0, bool&nbsp;permanent = false )<tt> [virtual]</tt>
</h3>
Adds <em>widget</em> to this status bar. <em>widget</em> is reparented if it
isn't already a child of the TQStatusBar.
-<p> <em>widget</em> is permanently visible if <em>permanent</em> is TRUE and may
-be obscured by temporary messages if <em>permanent</em> is FALSE. The
-default is FALSE.
-<p> If <em>permanent</em> is TRUE, <em>widget</em> is located at the far right of
-the status bar. If <em>permanent</em> is FALSE (the default), <em>widget</em>
+<p> <em>widget</em> is permanently visible if <em>permanent</em> is true and may
+be obscured by temporary messages if <em>permanent</em> is false. The
+default is false.
+<p> If <em>permanent</em> is true, <em>widget</em> is located at the far right of
+the status bar. If <em>permanent</em> is false (the default), <em>widget</em>
is located just to the left of the first permanent widget.
<p> <em>stretch</em> is used to compute a suitable size for <em>widget</em> as the
status bar grows and shrinks. The default of 0 uses a minimum of
@@ -152,7 +152,7 @@ Ensures that the right widgets are visible. Used by <a href="#message">message</
<a href="#clear">clear</a>().
<h3 class=fn>bool <a name="isSizeGripEnabled"></a>TQStatusBar::isSizeGripEnabled () const
-</h3><p>Returns TRUE if the <a href="tqsizegrip.html">TQSizeGrip</a> in the bottom right of the status bar is enabled; otherwise returns FALSE.
+</h3><p>Returns true if the <a href="tqsizegrip.html">TQSizeGrip</a> in the bottom right of the status bar is enabled; otherwise returns false.
See the <a href="tqstatusbar.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details.
<h3 class=fn>void <a name="message"></a>TQStatusBar::message ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;message )<tt> [slot]</tt>
</h3>