From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/motif-walkthrough-5.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/motif-walkthrough-5.html') diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html index bf6f75ab0..d6ad1178e 100644 --- a/doc/html/motif-walkthrough-5.html +++ b/doc/html/motif-walkthrough-5.html @@ -40,12 +40,12 @@ body { background: #ffffff; color: black; } have converted the View widget. The Print dialog will be removed once we have finished our migration, since we will use TQPrinter instead. Based on this information, we decide that it is not -worth replacing the Print dialog with a custom TQDialog replacement. +worth replacing the Print dialog with a custom TQDialog replacement. Instead, we will keep the Motif based dialog and use TQMotifDialog to integrate the dialog with the application.

Modality Requirements

-

Modality with TQDialog is different from Motif. The TQDialog::exec() +

Modality with TQDialog is different from Motif. The TQDialog::exec() function does not return until the dialog is finished. In Motif, modality is simply a property of the shell, and the application programmer must write TQDialog::exec() style functionality if they -- cgit v1.2.1