summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtoolbar.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/tqtoolbar.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/tqtoolbar.html')
-rw-r--r--doc/html/tqtoolbar.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtoolbar.html b/doc/html/tqtoolbar.html
index de933b2da..35db81739 100644
--- a/doc/html/tqtoolbar.html
+++ b/doc/html/tqtoolbar.html
@@ -38,8 +38,8 @@ widgets such as tool buttons.
<p><a href="tqtoolbar-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn>TQToolBar ( const&nbsp;TQString&nbsp;&amp;&nbsp;label, TQMainWindow *, ToolBarDock = DockTop, bool&nbsp;newLine = FALSE, const&nbsp;char&nbsp;*&nbsp;name = 0 ) &nbsp;<em>(obsolete)</em></li>
-<li class=fn><a href="#TQToolBar-2"><b>TQToolBar</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;label, TQMainWindow&nbsp;*&nbsp;mainWindow, TQWidget&nbsp;*&nbsp;parent, bool&nbsp;newLine = FALSE, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )</li>
+<li class=fn>TQToolBar ( const&nbsp;TQString&nbsp;&amp;&nbsp;label, TQMainWindow *, ToolBarDock = DockTop, bool&nbsp;newLine = false, const&nbsp;char&nbsp;*&nbsp;name = 0 ) &nbsp;<em>(obsolete)</em></li>
+<li class=fn><a href="#TQToolBar-2"><b>TQToolBar</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;label, TQMainWindow&nbsp;*&nbsp;mainWindow, TQWidget&nbsp;*&nbsp;parent, bool&nbsp;newLine = false, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )</li>
<li class=fn><a href="#TQToolBar-3"><b>TQToolBar</b></a> ( TQMainWindow&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
<li class=fn>void <a href="#addSeparator"><b>addSeparator</b></a> ()</li>
<li class=fn>TQMainWindow * <a href="#mainWindow"><b>mainWindow</b></a> () const</li>
@@ -121,12 +121,12 @@ orientation correctly for you, but you can set it yourself with
</blockquote><p> <p>See also <a href="tqtoolbutton.html">TQToolButton</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="http://www.iarchitect.com/visual.htm">Parts of Isys on Visual Design</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Tool Bar</a>, and <a href="application.html">Main Window and Related Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQToolBar"></a>TQToolBar::TQToolBar ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="tqmainwindow.html">TQMainWindow</a>&nbsp;*, ToolBarDock = DockTop, bool&nbsp;newLine = FALSE, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQToolBar"></a>TQToolBar::TQToolBar ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="tqmainwindow.html">TQMainWindow</a>&nbsp;*, ToolBarDock = DockTop, bool&nbsp;newLine = false, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
-<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="tqmainwindow.html">TQMainWindow</a>&nbsp;*&nbsp;mainWindow, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, bool&nbsp;newLine = FALSE, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="tqmainwindow.html">TQMainWindow</a>&nbsp;*&nbsp;mainWindow, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, bool&nbsp;newLine = false, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs an empty horizontal toolbar.
<p> The toolbar is called <em>name</em> and is a child of <em>parent</em> and is
@@ -170,7 +170,7 @@ to stretch.
<p> The request to stretch might occur because <a href="tqmainwindow.html">TQMainWindow</a>
right-justifies the dock area the toolbar is in, or because this
toolbar's <a href="tqdockwindow.html#isVerticalStretchable">isVerticalStretchable</a>() or <a href="tqdockwindow.html#isHorizontalStretchable">isHorizontalStretchable</a>() is
-set to TRUE.
+set to true.
<p> If you call this function and the toolbar is not yet stretchable,
setStretchable() is called.
<p> <p>See also <a href="tqmainwindow.html#rightJustification-prop">TQMainWindow::rightJustification</a>, <a href="tqdockwindow.html#setVerticalStretchable">setVerticalStretchable</a>(), and <a href="tqdockwindow.html#setHorizontalStretchable">setHorizontalStretchable</a>().