summaryrefslogtreecommitdiffstats
path: root/doc/html/qstyle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstyle.html')
-rw-r--r--doc/html/qstyle.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qstyle.html b/doc/html/qstyle.html
index 3d91dd2a..fd87e9a0 100644
--- a/doc/html/qstyle.html
+++ b/doc/html/qstyle.html
@@ -231,7 +231,7 @@ button is down.
<li><tt>TQStyle::PM_SpinBoxFrameWidth</tt> - frame width of a spin box.
<li><tt>TQStyle::PM_MDIFrameWidth</tt> - frame width of an MDI window.
<li><tt>TQStyle::PM_MDIMinimizedWidth</tt> - width of a minimized MSI window.
-<li><tt>TQStyle::PM_MaximumDragDistance</tt> - Some feels retquire the scrollbar or
+<li><tt>TQStyle::PM_MaximumDragDistance</tt> - Some feels require the scrollbar or
other sliders to jump back to the original position when the
mouse pointer is too far away while dragging. A value of -1
disables this behavior.
@@ -669,7 +669,7 @@ ComplexControls.
<p> The <em>widget</em> argument is a pointer to a <a href="qwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>control</em>. The <em>opt</em> argument can be used to
-pass extra information retquired when drawing the ComplexControl.
+pass extra information required when drawing the ComplexControl.
Note that <em>opt</em> may be the default value even for ComplexControls
that can make use of the extra options. See the table below for
the appropriate <em>widget</em> and <em>opt</em> usage:
@@ -754,7 +754,7 @@ ControlElements.
<p> The <em>widget</em> argument is a pointer to a <a href="qwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>element</em>. The <em>opt</em> argument can be used to
-pass extra information retquired when drawing the ControlElement.
+pass extra information required when drawing the ControlElement.
Note that <em>opt</em> may be the default value even for ControlElements
that can make use of the extra options. See the table below for
the appropriate <em>widget</em> and <em>opt</em> usage:
@@ -1026,9 +1026,9 @@ This is an overloaded member function, provided for convenience. It behaves esse
<h3 class=fn>void <a name="polish-3"></a>TQStyle::polish ( <a href="qpalette.html">TQPalette</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> The style may have certain retquirements for color palettes. In
+<p> The style may have certain requirements for color palettes. In
this function it has the chance to change the palette according to
-these retquirements.
+these requirements.
<p> <p>See also <a href="qpalette.html">TQPalette</a> and <a href="qapplication.html#setPalette">TQApplication::setPalette</a>().
<h3 class=fn>void <a name="polishPopupMenu"></a>TQStyle::polishPopupMenu ( <a href="qpopupmenu.html">TQPopupMenu</a>&nbsp;* )<tt> [pure virtual]</tt>
@@ -1044,7 +1044,7 @@ checkable by default (<a href="qpopupmenu.html#setCheckable">TQPopupMenu::setChe
<p> Returns the SubControl for <em>widget</em> at the point <em>pos</em>. The <em>widget</em> argument is a pointer to a <a href="qwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>control</em>. The <em>opt</em> argument can be used to
-pass extra information retquired when drawing the ComplexControl.
+pass extra information required when drawing the ComplexControl.
Note that <em>opt</em> may be the default value even for ComplexControls
that can make use of the extra options. See <a href="#drawComplexControl">drawComplexControl</a>()
for an explanation of the <em>widget</em> and <em>opt</em> arguments.
@@ -1062,7 +1062,7 @@ logical coordinates.
<p> The <em>widget</em> argument is a pointer to a <a href="qwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>control</em>. The <em>opt</em> argument can be used to
-pass extra information retquired when drawing the ComplexControl.
+pass extra information required when drawing the ComplexControl.
Note that <em>opt</em> may be the default value even for ComplexControls
that can make use of the extra options. See <a href="#drawComplexControl">drawComplexControl</a>()
for an explanation of the <em>widget</em> and <em>opt</em> arguments.
@@ -1080,7 +1080,7 @@ for an explanation of the <em>widget</em> and <em>opt</em> arguments.
<p> The <em>widget</em> argument is a pointer to a <a href="qwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>contents</em>. The <em>opt</em> argument can be used to
-pass extra information retquired when calculating the size. Note
+pass extra information required when calculating the size. Note
that <em>opt</em> may be the default value even for ContentsTypes that
can make use of the extra options. See the table below for the
appropriate <em>widget</em> and <em>opt</em> usage:
@@ -1114,7 +1114,7 @@ allow for future enhancements.
</h3>
<p> Returns a pixmap for <em>stylepixmap</em>.
-<p> The <em>opt</em> argument can be used to pass extra information retquired
+<p> The <em>opt</em> argument can be used to pass extra information required
when drawing the ControlElement. Note that <em>opt</em> may be the
default value even for StylePixmaps that can make use of the extra
options. Currently, the <em>opt</em> argument is unused.