From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqfontdialog.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqfontdialog.html') diff --git a/doc/html/tqfontdialog.html b/doc/html/tqfontdialog.html index 5f8d7a7f3..b538e3bc7 100644 --- a/doc/html/tqfontdialog.html +++ b/doc/html/tqfontdialog.html @@ -80,8 +80,8 @@ Executes a modal font dialog and returns a font. clicks Cancel, the initial font is returned.

The dialog is called name, with the parent parent. initial is the initially selected font. -If the ok parameter is not-null, *ok is set to TRUE if the -user clicked OK, and set to FALSE if the user clicked Cancel. +If the ok parameter is not-null, *ok is set to true if the +user clicked OK, and set to false if the user clicked Cancel.

This static function is less flexible than the full TQFontDialog object, but is convenient and easy to use.

Examples: @@ -112,8 +112,8 @@ This is an overloaded member function, provided for convenience. It behaves esse

If the user clicks OK, the selected font is returned. If the user clicks Cancel, the TQt default font is returned.

The dialog is called name, with parent parent. -If the ok parameter is not-null, *ok is set to TRUE if the -user clicked OK, and FALSE if the user clicked Cancel. +If the ok parameter is not-null, *ok is set to true if the +user clicked OK, and false if the user clicked Cancel.

This static function is less functional than the full TQFontDialog object, but is convenient and easy to use.

Example: -- cgit v1.2.3