From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/tqcanvas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqcanvas.html') 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 setBackgroundColor(), or to a repeated p setTiles(). Individual tiles can be set with setTile(). There are corresponding get functions, e.g. backgroundColor() and backgroundPixmap(). -

Note that TQCanvas does not inherit from TQWidget, even though it has some +

Note that TQCanvas does not inherit from TQWidget, even though it has some functions which provide the same functionality as those in TQWidget. One of these is setBackgroundPixmap(); some others are resize(), size(), width() and height(). TQCanvasView 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 setBackgroundColor(). By default, this is white.

This function is not a reimplementation of -TQWidget::backgroundColor() (TQCanvas is not a subclass of TQWidget), +TQWidget::backgroundColor() (TQCanvas is not a subclass of TQWidget), but all TQCanvasViews that are viewing the canvas will set their backgrounds to this color.

See also setBackgroundColor() and backgroundPixmap(). -- cgit v1.2.3