summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpopupmenu.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqpopupmenu.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqpopupmenu.3qt')
-rw-r--r--doc/man/man3/tqpopupmenu.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt
index c81f1dc78..48e603fd3 100644
--- a/doc/man/man3/tqpopupmenu.3qt
+++ b/doc/man/man3/tqpopupmenu.3qt
@@ -205,10 +205,10 @@ Inherits QFrame and TQMenuData.
.BI "int \fBitemHeight\fR ( TQMenuItem * mi ) const"
.br
.ti -1c
-.BI "void \fBdrawItem\fR ( QPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )"
+.BI "void \fBdrawItem\fR ( TQPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )"
.br
.ti -1c
-.BI "virtual void \fBdrawContents\fR ( QPainter * p )"
+.BI "virtual void \fBdrawContents\fR ( TQPainter * p )"
.br
.ti -1c
.BI "int \fBcolumns\fR () const"
@@ -328,11 +328,11 @@ Disconnects the \fIreceiver\fR's \fImember\fR from the menu item with identifier
All connections are removed when the menu data object is destroyed.
.PP
See also connectItem() and setItemParameter().
-.SH "void TQPopupMenu::drawContents ( QPainter * p )\fC [virtual protected]\fR"
+.SH "void TQPopupMenu::drawContents ( TQPainter * p )\fC [virtual protected]\fR"
Draws all menu items using painter \fIp\fR.
.PP
Reimplemented from QFrame.
-.SH "void TQPopupMenu::drawItem ( QPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )\fC [protected]\fR"
+.SH "void TQPopupMenu::drawItem ( TQPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )\fC [protected]\fR"
Draws menu item \fImi\fR in the area \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR, using painter \fIp\fR. The item is drawn active if \fIact\fR is TRUE or drawn inactive if \fIact\fR is FALSE. The rightmost \fItab_\fR pixels are used for accelerator text.
.PP
See also TQStyle::drawControl().