From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/qcontextmenuevent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qcontextmenuevent.html') diff --git a/doc/html/qcontextmenuevent.html b/doc/html/qcontextmenuevent.html index 9bf3fd177..b700b9e94 100644 --- a/doc/html/qcontextmenuevent.html +++ b/doc/html/qcontextmenuevent.html @@ -64,13 +64,13 @@ The TQContextMenuEvent class contains parameters that describe a context menu ev context menu. What triggers this is platform dependent. For example, on Windows, pressing the menu button or releasing the right mouse button will cause this event to be sent. -

When this event occurs it is customary to show a TQPopupMenu with a +

When this event occurs it is customary to show a TQPopupMenu with a context menu, if this is relevant to the context.

Context menu events contain a special accept flag that indicates whether the receiver accepted the event. If the event handler does not accept the event, then whatever triggered the event will be handled as a regular input event if possible. -

See also TQPopupMenu and Event Classes. +

See also TQPopupMenu and Event Classes.


Member Type Documentation

TQContextMenuEvent::Reason

-- cgit v1.2.1