summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbar.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqtoolbar.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbar.html')
-rw-r--r--doc/html/ntqtoolbar.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqtoolbar.html b/doc/html/ntqtoolbar.html
index 79d841185..8bc0c2cce 100644
--- a/doc/html/ntqtoolbar.html
+++ b/doc/html/ntqtoolbar.html
@@ -39,8 +39,8 @@ widgets such as tool buttons.
<p><a href="qtoolbar-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>
@@ -122,12 +122,12 @@ orientation correctly for you, but you can set it yourself with
</blockquote><p> <p>See also <a href="ntqtoolbutton.html">TQToolButton</a>, <a href="ntqmainwindow.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="ntqmainwindow.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="ntqmainwindow.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="ntqmainwindow.html">TQMainWindow</a>&nbsp;*&nbsp;mainWindow, <a href="ntqwidget.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="ntqmainwindow.html">TQMainWindow</a>&nbsp;*&nbsp;mainWindow, <a href="ntqwidget.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
@@ -171,7 +171,7 @@ to stretch.
<p> The request to stretch might occur because <a href="ntqmainwindow.html">TQMainWindow</a>
right-justifies the dock area the toolbar is in, or because this
toolbar's <a href="ntqdockwindow.html#isVerticalStretchable">isVerticalStretchable</a>() or <a href="ntqdockwindow.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="ntqmainwindow.html#rightJustification-prop">TQMainWindow::rightJustification</a>, <a href="ntqdockwindow.html#setVerticalStretchable">setVerticalStretchable</a>(), and <a href="ntqdockwindow.html#setHorizontalStretchable">setHorizontalStretchable</a>().