diff options
author | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
commit | 6964feed838dec70e7743ea90b390e4ae706d3c9 (patch) | |
tree | 6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /doc/html/tqpopupmenu.html | |
parent | 81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff) | |
download | tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.tar.gz tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.zip |
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <[email protected]>
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 f118950c8..153d718a3 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -226,7 +226,7 @@ several items to a single slot (most often if the user selects from an array). This signal is useful in such cases. <p> <p>See also <a href="#highlighted">highlighted</a>() and <a href="tqmenudata.html#insertItem">TQMenuData::insertItem</a>(). -<p>Examples: <a href="grapher-nsplugin-example.html#x2767">grapher/grapher.cpp</a>, <a href="helpviewer-example.html#x1004">helpviewer/helpwindow.cpp</a>, <a href="tqdir-example.html#x1835">tqdir/tqdir.cpp</a>, <a href="qwerty-example.html#x386">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x642">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1341">showimg/showimg.cpp</a>. +<p>Examples: <a href="helpviewer-example.html#x1004">helpviewer/helpwindow.cpp</a>, <a href="tqdir-example.html#x1835">tqdir/tqdir.cpp</a>, <a href="qwerty-example.html#x386">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x642">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1341">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="changeItem"></a>TQMenuData::changeItem ( int id, const <a href="tqstring.html">TQString</a> & text ) </h3> Changes the text of the menu item <em>id</em> to <em>text</em>. If the item @@ -764,7 +764,7 @@ unchecks the menu item with id <em>id</em>. Calls <a href="#setCheckable">TQPopupMenu::setCheckable</a>( TRUE ) if necessary. <p> <p>See also <a href="tqmenudata.html#isItemChecked">isItemChecked</a>(). -<p>Examples: <a href="canvas-example.html#x2939">canvas/canvas.cpp</a>, <a href="grapher-nsplugin-example.html#x2749">grapher/grapher.cpp</a>, <a href="mdi-example.html#x2032">mdi/application.cpp</a>, <a href="menu-example.html#x1872">menu/menu.cpp</a>, <a href="progress-example.html#x71">progress/progress.cpp</a>, <a href="scrollview-example.html#x636">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1330">showimg/showimg.cpp</a>. +<p>Examples: <a href="canvas-example.html#x2939">canvas/canvas.cpp</a>, <a href="mdi-example.html#x2032">mdi/application.cpp</a>, <a href="menu-example.html#x1872">menu/menu.cpp</a>, <a href="progress-example.html#x71">progress/progress.cpp</a>, <a href="scrollview-example.html#x636">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1330">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="setItemEnabled"></a>TQMenuData::setItemEnabled ( int id, bool enable ) </h3> If <em>enable</em> is TRUE, enables the menu item with identifier <em>id</em>; |