From 6964feed838dec70e7743ea90b390e4ae706d3c9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 3 Oct 2024 17:43:38 +0900 Subject: Remove obsolete Netscape plugin and its classes Signed-off-by: Michele Calgaro --- doc/html/tqpopupmenu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqpopupmenu.html') 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.

See also highlighted() and TQMenuData::insertItem(). -

Examples: grapher/grapher.cpp, helpviewer/helpwindow.cpp, tqdir/tqdir.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp. +

Examples: helpviewer/helpwindow.cpp, tqdir/tqdir.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp.

void TQMenuData::changeItem ( int id, const TQString & text )

Changes the text of the menu item id to text. If the item @@ -764,7 +764,7 @@ unchecks the menu item with id id. Calls TQPopupMenu::setCheckable( TRUE ) if necessary.

See also isItemChecked(). -

Examples: canvas/canvas.cpp, grapher/grapher.cpp, mdi/application.cpp, menu/menu.cpp, progress/progress.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp. +

Examples: canvas/canvas.cpp, mdi/application.cpp, menu/menu.cpp, progress/progress.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp.

void TQMenuData::setItemEnabled ( int id, bool enable )

If enable is TRUE, enables the menu item with identifier id; -- cgit v1.2.1