diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/tqcanvas.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvas.html')
-rw-r--r-- | doc/html/tqcanvas.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index 696537262..d3bf3a344 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -154,7 +154,7 @@ using <a href="#setBackgroundColor">setBackgroundColor</a>(), or to a repeated p <a href="#setTiles">setTiles</a>(). Individual tiles can be set with <a href="#setTile">setTile</a>(). There are corresponding get functions, e.g. <a href="#backgroundColor">backgroundColor</a>() and <a href="#backgroundPixmap">backgroundPixmap</a>(). -<p> Note that TQCanvas does not inherit from <a href="ntqwidget.html">TQWidget</a>, even though it has some +<p> Note that TQCanvas does not inherit from <a href="tqwidget.html">TQWidget</a>, even though it has some functions which provide the same functionality as those in TQWidget. One of these is setBackgroundPixmap(); some others are <a href="#resize">resize</a>(), <a href="#size">size</a>(), <a href="#width">width</a>() and <a href="#height">height</a>(). <a href="tqcanvasview.html">TQCanvasView</a> is the widget used to display a @@ -285,7 +285,7 @@ Returns a list of all the items in the canvas. Returns the color set by <a href="#setBackgroundColor">setBackgroundColor</a>(). By default, this is white. <p> This function is not a reimplementation of -<a href="ntqwidget.html#backgroundColor">TQWidget::backgroundColor</a>() (TQCanvas is not a subclass of <a href="ntqwidget.html">TQWidget</a>), +<a href="tqwidget.html#backgroundColor">TQWidget::backgroundColor</a>() (TQCanvas is not a subclass of <a href="tqwidget.html">TQWidget</a>), but all TQCanvasViews that are viewing the canvas will set their backgrounds to this color. <p> <p>See also <a href="#setBackgroundColor">setBackgroundColor</a>() and <a href="#backgroundPixmap">backgroundPixmap</a>(). |