diff options
Diffstat (limited to 'doc/html/tqpopupmenu.html')
-rw-r--r-- | doc/html/tqpopupmenu.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <em>id</em>. destroyed. <p> <p>See also <a href="tqmenudata.html#connectItem">connectItem</a>() and <a href="tqmenudata.html#setItemParameter">setItemParameter</a>(). -<h3 class=fn>void <a name="drawContents"></a>TQPopupMenu::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQPopupMenu::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws all menu items using painter <em>p</em>. <p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. -<h3 class=fn>void <a name="drawItem"></a>TQPopupMenu::drawItem ( <a href="ntqpainter.html">TQPainter</a> * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )<tt> [protected]</tt> +<h3 class=fn>void <a name="drawItem"></a>TQPopupMenu::drawItem ( <a href="tqpainter.html">TQPainter</a> * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )<tt> [protected]</tt> </h3> Draws menu item <em>mi</em> in the area <em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>, using painter <em>p</em>. The item is drawn active if <em>act</em> is TRUE or drawn |