From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/ntqaction.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqaction.html') diff --git a/doc/html/ntqaction.html b/doc/html/ntqaction.html index 74874d8df..075166e96 100644 --- a/doc/html/ntqaction.html +++ b/doc/html/ntqaction.html @@ -274,7 +274,7 @@ presses an action's accelerator key combination. toggled() signal for toggle actions.

Examples: action/application.cpp, chart/chartform.cpp, and themes/themes.cpp. -

bool TQAction::addTo ( TQWidget * w ) [virtual] +

bool TQAction::addTo ( TQWidget * w ) [virtual]

Adds this action to widget w.

Currently actions may be added to TQToolBar and TQPopupMenu widgets. @@ -287,7 +287,7 @@ action will not be added and FALSE will be returned.)

Examples: action/application.cpp, action/toggleaction/toggleaction.cpp, and chart/chartform.cpp.

Reimplemented in TQActionGroup. -

void TQAction::addedTo ( TQWidget * actionWidget, TQWidget * container ) [virtual protected] +

void TQAction::addedTo ( TQWidget * actionWidget, TQWidget * container ) [virtual protected]

This function is called from the addTo() function when it has created a widget (actionWidget) for the action in the container. @@ -317,7 +317,7 @@ See the "visible" property for details

TQString TQAction::menuText () const

Returns the action's menu text. See the "menuText" property for details. -

bool TQAction::removeFrom ( TQWidget * w ) [virtual] +

bool TQAction::removeFrom ( TQWidget * w ) [virtual]

Removes the action from widget w.

Returns TRUE if the action was removed successfully; otherwise -- cgit v1.2.1