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/tqdialog.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/tqdialog.html') diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index 0c8fbad3f..35e0f5f0c 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; }

List of all member functions.

Public Members


Member Function Documentation

-

explicit TQDialog::TQDialog ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) +

explicit TQDialog::TQDialog ( TQWidget * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 )

Constructs a dialog called name, with parent parent.

A dialog is always a top-level widget, but if it has a parent, its @@ -259,10 +259,10 @@ defined.

See also setExtension().

bool TQDialog::isModal () const -

Returns TRUE if show() should pop up the dialog as modal or modeless; otherwise returns FALSE. +

Returns true if show() should pop up the dialog as modal or modeless; otherwise returns false. See the "modal" property for details.

bool TQDialog::isSizeGripEnabled () const -

Returns TRUE if the size grip is enabled; otherwise returns FALSE. +

Returns true if the size grip is enabled; otherwise returns false. See the "sizeGripEnabled" property for details.

Orientation TQDialog::orientation () const

@@ -319,7 +319,7 @@ of the modal property.

Reimplemented from TQWidget.

void TQDialog::showExtension ( bool showIt ) [protected slot]

-If showIt is TRUE, the dialog's extension is shown; otherwise the +If showIt is true, the dialog's extension is shown; otherwise the extension is hidden.

This slot is usually connected to the TQButton::toggled() signal of a TQPushButton. -- cgit v1.2.3