From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/tqpopupmenu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqpopupmenu.html') diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index 7e7eb8901..84e54d691 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -284,12 +284,12 @@ identifier id. destroyed.

See also connectItem() and setItemParameter(). -

void TQPopupMenu::drawContents ( TQPainter * p ) [virtual protected] +

void TQPopupMenu::drawContents ( TQPainter * p ) [virtual protected]

Draws all menu items using painter p.

Reimplemented from TQFrame. -

void TQPopupMenu::drawItem ( TQPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h ) [protected] +

void TQPopupMenu::drawItem ( TQPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h ) [protected]

Draws menu item mi in the area x, y, w, h, using painter p. The item is drawn active if act is TRUE or drawn -- cgit v1.2.1