summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsizepolicy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsizepolicy.html')
-rw-r--r--doc/html/tqsizepolicy.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/tqsizepolicy.html b/doc/html/tqsizepolicy.html
index 83cd2bc4f..89ac17269 100644
--- a/doc/html/tqsizepolicy.html
+++ b/doc/html/tqsizepolicy.html
@@ -40,8 +40,8 @@ and vertical resizing policy.
<li class=fn>enum <a href="#SizeType-enum"><b>SizeType</b></a> { Fixed = 0, Minimum = MayGrow, Maximum = MayShrink, Preferred = MayGrow | MayShrink, MinimumExpanding = MayGrow | ExpMask, Expanding = MayGrow | MayShrink | ExpMask, Ignored = ExpMask }</li>
<li class=fn>enum <a href="#ExpandData-enum"><b>ExpandData</b></a> { NoDirection = 0, Horizontally = 1, Vertically = 2, Horizontal = Horizontally, Vertical = Vertically, BothDirections = Horizontally | Vertically }</li>
<li class=fn><a href="#TQSizePolicy"><b>TQSizePolicy</b></a> ()</li>
-<li class=fn><a href="#TQSizePolicy-2"><b>TQSizePolicy</b></a> ( SizeType&nbsp;hor, SizeType&nbsp;ver, bool&nbsp;hfw = FALSE )</li>
-<li class=fn><a href="#TQSizePolicy-3"><b>TQSizePolicy</b></a> ( SizeType&nbsp;hor, SizeType&nbsp;ver, uchar&nbsp;horStretch, uchar&nbsp;verStretch, bool&nbsp;hfw = FALSE )</li>
+<li class=fn><a href="#TQSizePolicy-2"><b>TQSizePolicy</b></a> ( SizeType&nbsp;hor, SizeType&nbsp;ver, bool&nbsp;hfw = false )</li>
+<li class=fn><a href="#TQSizePolicy-3"><b>TQSizePolicy</b></a> ( SizeType&nbsp;hor, SizeType&nbsp;ver, uchar&nbsp;horStretch, uchar&nbsp;verStretch, bool&nbsp;hfw = false )</li>
<li class=fn>SizeType <a href="#horData"><b>horData</b></a> () const</li>
<li class=fn>SizeType <a href="#verData"><b>verData</b></a> () const</li>
<li class=fn>bool <a href="#mayShrinkHorizontally"><b>mayShrinkHorizontally</b></a> () const</li>
@@ -135,7 +135,7 @@ much space as possible.
<p> Constructs a minimally initialized TQSizePolicy.
-<h3 class=fn><a name="TQSizePolicy-2"></a>TQSizePolicy::TQSizePolicy ( <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;hor, <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;ver, bool&nbsp;hfw = FALSE )
+<h3 class=fn><a name="TQSizePolicy-2"></a>TQSizePolicy::TQSizePolicy ( <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;hor, <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;ver, bool&nbsp;hfw = false )
</h3>
<p> <a name="interesting"></a>
@@ -145,18 +145,18 @@ subclass.
<p> It constructs a TQSizePolicy with independent horizontal and
vertical sizing types, <em>hor</em> and <em>ver</em> respectively. These <a href="#SizeType-enum">sizing types</a> affect how the widget
is treated by the <a href="tqlayout.html">layout engine</a>.
-<p> If <em>hfw</em> is TRUE, the preferred height of the widget is dependent
+<p> If <em>hfw</em> is true, the preferred height of the widget is dependent
on the width of the widget (for example, a <a href="tqlabel.html">TQLabel</a> with line
wrapping).
<p> <p>See also <a href="#horData">horData</a>(), <a href="#verData">verData</a>(), and <a href="#hasHeightForWidth">hasHeightForWidth</a>().
-<h3 class=fn><a name="TQSizePolicy-3"></a>TQSizePolicy::TQSizePolicy ( <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;hor, <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;ver, uchar&nbsp;horStretch, uchar&nbsp;verStretch, bool&nbsp;hfw = FALSE )
+<h3 class=fn><a name="TQSizePolicy-3"></a>TQSizePolicy::TQSizePolicy ( <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;hor, <a href="tqsizepolicy.html#SizeType-enum">SizeType</a>&nbsp;ver, uchar&nbsp;horStretch, uchar&nbsp;verStretch, bool&nbsp;hfw = false )
</h3>
<p> Constructs a TQSizePolicy with independent horizontal and vertical
sizing types <em>hor</em> and <em>ver</em>, and stretch factors <em>horStretch</em>
and <em>verStretch</em>.
-<p> If <em>hfw</em> is TRUE, the preferred height of the widget is dependent on the
+<p> If <em>hfw</em> is true, the preferred height of the widget is dependent on the
width of the widget.
<p> <p>See also <a href="#horStretch">horStretch</a>() and <a href="#verStretch">verStretch</a>().
@@ -172,8 +172,8 @@ it wants to grow in both dimensions.
<h3 class=fn>bool <a name="hasHeightForWidth"></a>TQSizePolicy::hasHeightForWidth () const
</h3>
-<p> Returns TRUE if the widget's preferred height depends on its
-width; otherwise returns FALSE.
+<p> Returns true if the widget's preferred height depends on its
+width; otherwise returns false.
<p> <p>See also <a href="#setHeightForWidth">setHeightForWidth</a>().
<h3 class=fn><a href="tqsizepolicy.html#SizeType-enum">SizeType</a> <a name="horData"></a>TQSizePolicy::horData () const
@@ -191,43 +191,43 @@ width; otherwise returns FALSE.
<h3 class=fn>bool <a name="mayGrowHorizontally"></a>TQSizePolicy::mayGrowHorizontally () const
</h3>
-<p> Returns TRUE if the widget can sensibly be wider than its
-sizeHint(); otherwise returns FALSE.
+<p> Returns true if the widget can sensibly be wider than its
+sizeHint(); otherwise returns false.
<p> <p>See also <a href="#mayGrowVertically">mayGrowVertically</a>() and <a href="#mayShrinkHorizontally">mayShrinkHorizontally</a>().
<h3 class=fn>bool <a name="mayGrowVertically"></a>TQSizePolicy::mayGrowVertically () const
</h3>
-<p> Returns TRUE if the widget can sensibly be taller than its
-sizeHint(); otherwise returns FALSE.
+<p> Returns true if the widget can sensibly be taller than its
+sizeHint(); otherwise returns false.
<p> <p>See also <a href="#mayGrowHorizontally">mayGrowHorizontally</a>() and <a href="#mayShrinkVertically">mayShrinkVertically</a>().
<h3 class=fn>bool <a name="mayShrinkHorizontally"></a>TQSizePolicy::mayShrinkHorizontally () const
</h3>
-<p> Returns TRUE if the widget can sensibly be narrower than its
-sizeHint(); otherwise returns FALSE.
+<p> Returns true if the widget can sensibly be narrower than its
+sizeHint(); otherwise returns false.
<p> <p>See also <a href="#mayShrinkVertically">mayShrinkVertically</a>() and <a href="#mayGrowHorizontally">mayGrowHorizontally</a>().
<h3 class=fn>bool <a name="mayShrinkVertically"></a>TQSizePolicy::mayShrinkVertically () const
</h3>
-<p> Returns TRUE if the widget can sensibly be shorter than its
-sizeHint(); otherwise returns FALSE.
+<p> Returns true if the widget can sensibly be shorter than its
+sizeHint(); otherwise returns false.
<p> <p>See also <a href="#mayShrinkHorizontally">mayShrinkHorizontally</a>() and <a href="#mayGrowVertically">mayGrowVertically</a>().
<h3 class=fn>bool <a name="operator!-eq"></a>TQSizePolicy::operator!= ( const&nbsp;<a href="tqsizepolicy.html">TQSizePolicy</a>&nbsp;&amp;&nbsp;s ) const
</h3>
-<p> Returns TRUE if this policy is different from <em>s</em>; otherwise
-returns FALSE.
+<p> Returns true if this policy is different from <em>s</em>; otherwise
+returns false.
<p> <p>See also <a href="#operator-eq-eq">operator==</a>().
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQSizePolicy::operator== ( const&nbsp;<a href="tqsizepolicy.html">TQSizePolicy</a>&nbsp;&amp;&nbsp;s ) const
</h3>
-<p> Returns TRUE if this policy is equal to <em>s</em>; otherwise returns
-FALSE.
+<p> Returns true if this policy is equal to <em>s</em>; otherwise returns
+false.
<p> <p>See also <a href="#operator!-eq">operator!=</a>().
<h3 class=fn>void <a name="setHeightForWidth"></a>TQSizePolicy::setHeightForWidth ( bool&nbsp;b )