diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 17:43:38 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 17:43:38 +0900 | 
| commit | 6964feed838dec70e7743ea90b390e4ae706d3c9 (patch) | |
| tree | 6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /doc/man/man3/tqpopupmenu.3qt | |
| parent | 81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff) | |
| download | tqt-6964feed.tar.gz tqt-6964feed.zip | |
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqpopupmenu.3qt')
| -rw-r--r-- | doc/man/man3/tqpopupmenu.3qt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt index 519dcbff9..e1d8f4ddf 100644 --- a/doc/man/man3/tqpopupmenu.3qt +++ b/doc/man/man3/tqpopupmenu.3qt @@ -278,7 +278,7 @@ Normally, you connect each menu item to a single slot using TQMenuData::insertIt  See also highlighted() and TQMenuData::insertItem().  .PP  Examples: -.)l grapher/grapher.cpp, helpviewer/helpwindow.cpp, tqdir/tqdir.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp. +.)l helpviewer/helpwindow.cpp, tqdir/tqdir.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp.  .SH "void TQMenuData::changeItem ( int id, const TQString & text )"  Changes the text of the menu item \fIid\fR to \fItext\fR. If the item has an icon, the icon remains unchanged.  .PP @@ -732,7 +732,7 @@ If \fIcheck\fR is TRUE, checks the menu item with id \fIid\fR; otherwise uncheck  See also isItemChecked().  .PP  Examples: -.)l canvas/canvas.cpp, grapher/grapher.cpp, mdi/application.cpp, menu/menu.cpp, progress/progress.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp. +.)l canvas/canvas.cpp, mdi/application.cpp, menu/menu.cpp, progress/progress.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp.  .SH "void TQMenuData::setItemEnabled ( int id, bool enable )"  If \fIenable\fR is TRUE, enables the menu item with identifier \fIid\fR; otherwise disables the menu item with identifier \fIid\fR.  .PP | 
