diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqmenubar.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmenubar.html')
-rw-r--r-- | doc/html/tqmenubar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 8ce0e0d52..8671430b9 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQMenuBar class provides a horizontal menu bar. <a href="#details">More...</a> <p><tt>#include <<a href="tqmenubar-h.html">tqmenubar.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. <p><a href="tqmenubar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -217,10 +217,10 @@ Removes all menu items. <p>Examples: <a href="mdi-example.html#x2029">mdi/application.cpp</a> and <a href="qwerty-example.html#x370">qwerty/qwerty.cpp</a>. <h3 class=fn>void <a name="drawContents"></a>TQMenuBar::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> -Called from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents +Called from <a href="tqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents using painter <em>p</em>. -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>int <a name="heightForWidth"></a>TQMenuBar::heightForWidth ( int max_width ) const<tt> [virtual]</tt> </h3> Returns the height that the menu would resize itself to if its |