diff options
Diffstat (limited to 'doc/html/qcustommenuitem.html')
-rw-r--r-- | doc/html/qcustommenuitem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcustommenuitem.html b/doc/html/qcustommenuitem.html index 4b5d609f9..34f55762c 100644 --- a/doc/html/qcustommenuitem.html +++ b/doc/html/qcustommenuitem.html @@ -101,7 +101,7 @@ well. Returns TRUE if this item is just a separator; otherwise returns FALSE. -<h3 class=fn>void <a name="paint"></a>TQCustomMenuItem::paint ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, bool act, bool enabled, int x, int y, int w, int h )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="paint"></a>TQCustomMenuItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, bool act, bool enabled, int x, int y, int w, int h )<tt> [pure virtual]</tt> </h3> <p> Paints this item. When this function is invoked, the painter <em>p</em> @@ -112,7 +112,7 @@ and enabled if <em>enabled</em> is TRUE. The geometry values <em>x</em>, <em>y</ <p> Do not draw any background, this has already been done by the popup menu according to the current GUI style. -<h3 class=fn>void <a name="setFont"></a>TQCustomMenuItem::setFont ( const <a href="ntqfont.html">TQFont</a> & font )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQCustomMenuItem::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [virtual]</tt> </h3> Sets the font of the custom menu item to <em>font</em>. <p> This function is called whenever the font in the popup menu |