diff options
Diffstat (limited to 'doc/html/ntqsplashscreen.html')
-rw-r--r-- | doc/html/ntqsplashscreen.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqsplashscreen.html b/doc/html/ntqsplashscreen.html index 9697c1874..f3ff426a5 100644 --- a/doc/html/ntqsplashscreen.html +++ b/doc/html/ntqsplashscreen.html @@ -138,7 +138,7 @@ Destructor. Removes the message being displayed on the splash screen <p> <p>See also <a href="#message">message</a>(). -<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="ntqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draw the contents of the splash screen using painter <em>painter</em>. The default implementation draws the message passed by <a href="#message">message</a>(). @@ -150,7 +150,7 @@ the splash screen. Makes the splash screen wait until the widget <em>mainWin</em> is displayed before calling <a href="tqwidget.html#close">close</a>() on itself. -<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="tqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="ntqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> +<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="tqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="tqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> </h3> Draws the <em>message</em> text onto the splash screen with color <em>color</em> and aligns the text according to the flags in <em>alignment</em>. <p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="#clear">clear</a>(). |