From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/ntqmessagebox.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/ntqmessagebox.html') diff --git a/doc/html/ntqmessagebox.html b/doc/html/ntqmessagebox.html index a24591432..a18fd0124 100644 --- a/doc/html/ntqmessagebox.html +++ b/doc/html/ntqmessagebox.html @@ -290,7 +290,7 @@ current text and pixmap of the message box. The setText() and setIconPixmap() let you change it. The difference between setIcon() and setIconPixmap() is that the former accepts a TQMessageBox::Icon and can be used to set standard icons, whereas the -latter accepts a TQPixmap and can be used to set custom icons. +latter accepts a TQPixmap and can be used to set custom icons.

setButtonText() and buttonText() provide access to the buttons.

TQMessageBox has no signals or slots.

@@ -476,7 +476,7 @@ becomes modal relative to parent.

Icon TQMessageBox::icon () const

Returns the message box's icon. See the "icon" property for details. -

const TQPixmap * TQMessageBox::iconPixmap () const +

const TQPixmap * TQMessageBox::iconPixmap () const

Returns the current icon. See the "iconPixmap" property for details.

int TQMessageBox::information ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1 = 0, int button2 = 0 ) [static] @@ -609,7 +609,7 @@ silently ignored.

void TQMessageBox::setIcon ( Icon )

Sets the message box's icon. See the "icon" property for details. -

void TQMessageBox::setIconPixmap ( const TQPixmap & ) +

void TQMessageBox::setIconPixmap ( const TQPixmap & )

Sets the current icon. See the "iconPixmap" property for details.

void TQMessageBox::setText ( const TQString & ) @@ -618,7 +618,7 @@ See the "text" property for details.

void TQMessageBox::setTextFormat ( TextFormat )

Sets the format of the text displayed by the message box. See the "textFormat" property for details. -

TQPixmap TQMessageBox::standardIcon ( Icon icon ) [static] +

TQPixmap TQMessageBox::standardIcon ( Icon icon ) [static]

Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. icon @@ -626,7 +626,7 @@ specifies the required icon, e.g. TQMessageBox::Question, TQMessageBox::Information, TQMessageBox::Warning or TQMessageBox::Critical. -

TQPixmap TQMessageBox::standardIcon ( Icon icon, GUIStyle style ) [static] +

TQPixmap TQMessageBox::standardIcon ( Icon icon, GUIStyle style ) [static]

This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

Returns the pixmap used for a standard icon. This @@ -714,7 +714,7 @@ property. The default icon is TQMessageBox::NoIcon.

See also iconPixmap.

Set this property's value with setIcon() and get this property's value with icon(). -

TQPixmap iconPixmap

+

TQPixmap iconPixmap

This property holds the current icon.

The icon currently used by the message box. Note that it's often hard to draw one pixmap that looks appropriate in both Motif and -- cgit v1.2.1