diff options
Diffstat (limited to 'doc/html/tqscrollview.html')
| -rw-r--r-- | doc/html/tqscrollview.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqscrollview.html b/doc/html/tqscrollview.html index 7b37b1c29..431a9efc6 100644 --- a/doc/html/tqscrollview.html +++ b/doc/html/tqscrollview.html @@ -276,19 +276,19 @@ the frame; everything else is covered up by the viewport, clipper or scroll bars. <p> When you construct a TQScrollView, some of the widget flags apply to the <a href="#viewport">viewport</a>() instead of being sent to the <a href="tqwidget.html">TQWidget</a> constructor -for the TQScrollView. This applies to <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a>, <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a>, and <a href="ntqt.html#WidgetFlags-enum">WPaintClever</a>. See <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a> for +for the TQScrollView. This applies to <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a>, <a href="tqt.html#WidgetFlags-enum">WStaticContents</a>, and <a href="tqt.html#WidgetFlags-enum">WPaintClever</a>. See <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a> for documentation about these flags. Here are some examples: <p> <ul> <p> <li> An image-manipulation widget would use <tt>WNoAutoErase|WStaticContents</tt> because the widget draws all pixels itself, and when its size increases, it only needs a paint event for the new part because the old part remains unchanged. <p> <li> A scrolling game widget in which the background scrolls as the -characters move might use <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> (in addition to <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a>) so that the window system background does not +characters move might use <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> (in addition to <a href="tqt.html#WidgetFlags-enum">WStaticContents</a>) so that the window system background does not flash in and out during scrolling. -<p> <li> A word processing widget might use <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> and repaint +<p> <li> A word processing widget might use <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> and repaint itself line by line to get a less-flickery resizing. If the widget is in a mode in which no text justification can take place, it -might use <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> too, so that it would only get a +might use <a href="tqt.html#WidgetFlags-enum">WStaticContents</a> too, so that it would only get a repaint for the newly visible parts. <p> </ul> <p> Child widgets may be moved using <a href="#addChild">addChild</a>() or <a href="#moveChild">moveChild</a>(). Use @@ -349,7 +349,7 @@ independent.) </h3> Constructs a TQScrollView called <em>name</em> with parent <em>parent</em> and widget flags <em>f</em>. -<p> The widget flags <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a>, <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> and <a href="ntqt.html#WidgetFlags-enum">WPaintClever</a> are propagated to the <a href="#viewport">viewport</a>() widget. The other +<p> The widget flags <a href="tqt.html#WidgetFlags-enum">WStaticContents</a>, <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> and <a href="tqt.html#WidgetFlags-enum">WPaintClever</a> are propagated to the <a href="#viewport">viewport</a>() widget. The other widget flags are propagated to the parent constructor as usual. <h3 class=fn><a name="~TQScrollView"></a>TQScrollView::~TQScrollView () |
