From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqtoolbutton.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqtoolbutton.html') diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html index 05d91fa16..c2c3fcf6a 100644 --- a/doc/html/ntqtoolbutton.html +++ b/doc/html/ntqtoolbutton.html @@ -140,7 +140,7 @@ tool button's icon. Constructs an empty tool button called name, with parent parent. -

TQToolButton::TQToolButton ( const TQIconSet & iconSet, const TQString & textLabel, const TQString & grouptext, TQObject * receiver, const char * slot, TQToolBar * parent, const char * name = 0 ) +

TQToolButton::TQToolButton ( const TQIconSet & iconSet, const TQString & textLabel, const TQString & grouptext, TQObject * receiver, const char * slot, TQToolBar * parent, const char * name = 0 )

Constructs a tool button called name, that is a child of parent (which must be a TQToolBar).

The tool button will display iconSet, with its text label and @@ -204,10 +204,10 @@ tool button shows a menu containing the current history list.

void TQToolButton::setPopupDelay ( int delay )

Sets the time delay between pressing the button and the appearance of the associated popup menu in milliseconds to delay. See the "popupDelay" property for details. -

void TQToolButton::setTextLabel ( const TQString & ) [slot] +

void TQToolButton::setTextLabel ( const TQString & ) [slot]

Sets the label of this button. See the "textLabel" property for details. -

void TQToolButton::setTextLabel ( const TQString & newLabel, bool tipToo ) [virtual slot] +

void TQToolButton::setTextLabel ( const TQString & newLabel, bool tipToo ) [virtual slot]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Sets the label of this button to newLabel and automatically @@ -225,7 +225,7 @@ See the "usesBigPixmap" prop

void TQToolButton::setUsesTextLabel ( bool enable ) [virtual slot]

Sets whether the toolbutton displays a text label below the button pixmap to enable. See the "usesTextLabel" property for details. -

TQString TQToolButton::textLabel () const +

TQString TQToolButton::textLabel () const

Returns the label of this button. See the "textLabel" property for details.

TextPosition TQToolButton::textPosition () const @@ -287,7 +287,7 @@ up the popup menu.

See also setPopup().

Set this property's value with setPopupDelay() and get this property's value with popupDelay(). -

TQString textLabel

+

TQString textLabel

This property holds the label of this button.

Setting this property automatically sets the text as a tool tip too. There is no default text. -- cgit v1.2.3