diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qmotifwidget.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmotifwidget.html')
-rw-r--r-- | doc/html/qmotifwidget.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qmotifwidget.html b/doc/html/qmotifwidget.html index 113392189..95687254c 100644 --- a/doc/html/qmotifwidget.html +++ b/doc/html/qmotifwidget.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt Motif Extension</b>. <p><tt>#include <<a href="qmotifwidget-h.html">qmotifwidget.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qmotifwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -51,7 +51,7 @@ body { background: #ffffff; color: black; } <p> This class is defined in the <b>TQt <a href="motif-extension.html#Motif">Motif</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API. <p> -The TQMotifWidget class provides the <a href="ntqwidget.html">TQWidget</a> API for Xt/Motif widgets. +The TQMotifWidget class provides the <a href="tqwidget.html">TQWidget</a> API for Xt/Motif widgets. <p> <p> TQMotifWidget exists to provide a TQWidget that can act as a parent @@ -72,12 +72,12 @@ these custom widgets as TQMotifWidget with TQWidget parents. This allows the application's interface to be replaced gradually. <p> <b>Warning:</b> TQMotifWidget uses the X11 window ID of the Motif widget directly, instead of creating its own. Because ot this, -<a href="ntqwidget.html#reparent">TQWidget::reparent</a>() will not work. This includes the functions -<a href="ntqwidget.html#showFullScreen">TQWidget::showFullScreen</a>() and <a href="ntqwidget.html#showNormal">TQWidget::showNormal</a>(), which use +<a href="tqwidget.html#reparent">TQWidget::reparent</a>() will not work. This includes the functions +<a href="tqwidget.html#showFullScreen">TQWidget::showFullScreen</a>() and <a href="tqwidget.html#showNormal">TQWidget::showNormal</a>(), which use TQWidget::reparent(). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQMotifWidget"></a>TQMotifWidget::TQMotifWidget ( <a href="ntqwidget.html">TQWidget</a> * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifWidget"></a>TQMotifWidget::TQMotifWidget ( <a href="tqwidget.html">TQWidget</a> * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 ) </h3> Creates a TQMotifWidget of the given <em>widgetclass</em> as a child of <em>parent</em>, with the name <em>name</em> and widget flags <em>flags</em>. @@ -87,7 +87,7 @@ XtCreateWidget. This widget can be used as a parent for any other Xt/Motif widget. <p> If <em>parent</em> is a TQMotifWidget, the Xt/Motif widget is created as a child of the parent's motifWidget(). If \ parent is 0 or a -normal <a href="ntqwidget.html">TQWidget</a>, the Xt/Motif widget is created as a child of a +normal <a href="tqwidget.html">TQWidget</a>, the Xt/Motif widget is created as a child of a special TopLevelShell widget. Xt/Motif widgets can use this special TopLevelShell parent as the parent for existing Xt/Motif dialogs or TQMotifDialogs. |