From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/ntqpushbutton.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqpushbutton.html') diff --git a/doc/html/ntqpushbutton.html b/doc/html/ntqpushbutton.html index 7fbfbbd24..47bdb2e84 100644 --- a/doc/html/ntqpushbutton.html +++ b/doc/html/ntqpushbutton.html @@ -157,7 +157,7 @@ supposed to have a wide, rectangular shape with a text label. Small, typically square buttons that change the state of the window rather than performing an action (such as the buttons in the top-right corner of the TQFileDialog) are not command buttons, -but tool buttons. TQt provides a special class (TQToolButton) for +but tool buttons. TQt provides a special class (TQToolButton) for these buttons.

If you need toggle behavior (see setToggleButton()) or a button that auto-repeats the activation signal when being pushed down @@ -175,7 +175,7 @@ check boxes (see TQCheckBox). and other API, and TQPushButton provides GUI logic. See TQButton for more information about the API.

-

See also TQToolButton, TQRadioButton, TQCheckBox, GUI Design Handbook: Push Button, and Basic Widgets. +

See also TQToolButton, TQRadioButton, TQCheckBox, GUI Design Handbook: Push Button, and Basic Widgets.


Member Function Documentation

TQPushButton::TQPushButton ( TQWidget * parent, const char * name = 0 ) @@ -258,7 +258,7 @@ See the "toggleButton" property f

const TQPixmap * TQButton::pixmap () const

Returns the pixmap shown on the button. See the "pixmap" property for details. -

TQPopupMenu * TQPushButton::popup () const +

TQPopupMenu * TQPushButton::popup () const

Returns the button's associated popup menu or 0 if no popup menu has been set. @@ -309,7 +309,7 @@ See the "on" property for details.

void TQButton::setPixmap ( const TQPixmap & ) [virtual]

Sets the pixmap shown on the button. See the "pixmap" property for details. -

void TQPushButton::setPopup ( TQPopupMenu * popup ) +

void TQPushButton::setPopup ( TQPopupMenu * popup )

Associates the popup menu popup with this push button. This turns the button into a menu button. -- cgit v1.2.1