From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/mac-differences.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/mac-differences.html') diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index 432fd95da..44650b4d8 100644 --- a/doc/html/mac-differences.html +++ b/doc/html/mac-differences.html @@ -103,7 +103,7 @@ Native. or using the open(1) command. Mac OS X needs this to dispatch events correctly, as well as gaining access to the menubar. If using GDB you must run with the full path to the executable. -

TQCursor +

TQCursor

Due to Mac OS X having only 16x16 custom cursors TQCursor is limited by this as well. For now the only workaround to this problem is to use a small @@ -244,7 +244,7 @@ you should see menu items like "Avslutt" instead of "Quit"

Right-Mouse Clicks

If you want to provide right-mouse click support for Mac OS X, use the -TQContextMenuEvent class. This will map to a context menu event, in other +TQContextMenuEvent class. This will map to a context menu event, in other words a menu that will display a popup selection. This is the most common use of right-mouse clicks, and maps to a control-click with the Mac OS X one-button mouse support. -- cgit v1.2.3