diff options
author | Michele Calgaro <[email protected]> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qxtwidget.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qxtwidget.html')
-rw-r--r-- | doc/html/qxtwidget.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qxtwidget.html b/doc/html/qxtwidget.html index ef76f80cd..84560800e 100644 --- a/doc/html/qxtwidget.html +++ b/doc/html/qxtwidget.html @@ -36,7 +36,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="qxtwidget-h.html">qxtwidget.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qxtwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -59,7 +59,7 @@ The TQXtWidget class allows mixing of Xt/Motif and TQt widgets. <b>This class is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> <p> TQXtWidget acts as a bridge between Xt and TQt. For utilizing old Xt -widgets, it can be a <a href="ntqwidget.html">TQWidget</a> based on a Xt widget class. For +widgets, it can be a <a href="tqwidget.html">TQWidget</a> based on a Xt widget class. For including TQt widgets in an existing Xt/Motif application, it can be a special Xt widget class that is a TQWidget. See the constructors for the different behaviors. @@ -78,8 +78,8 @@ widget, key events will go to the TQXtWidget (and its children) while the mouse is over the TQXtWidget, regardless of where Xt/Motif has placed the focus. <p> <li> Reparenting does not work. You cannot use -<a href="ntqwidget.html#reparent">TQWidget::reparent</a>(). 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>(). 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(). <p> </ol> @@ -89,19 +89,19 @@ TQWidget::reparent(). Constructs a TQXtWidget of the special Xt widget class known as "TQWidget" to the resource manager. <p> Use this constructor to utilize TQt widgets in an Xt/Motif -application. The TQXtWidget is a <a href="ntqwidget.html">TQWidget</a>, so you can create +application. The TQXtWidget is a <a href="tqwidget.html">TQWidget</a>, so you can create subwidgets, layouts, etc. using TQt functionality. <p> The <em>name</em> is the object name passed to the TQWidget constructor. The widget's parent is <em>parent</em>. <p> If the <em>managed</em> parameter is TRUE and <em>parent</em> in not null, XtManageChild it used to manage the child. -<h3 class=fn><a name="TQXtWidget-2"></a>TQXtWidget::TQXtWidget ( const char * name, WidgetClass widget_class, <a href="ntqwidget.html">TQWidget</a> * parent = 0, ArgList args = 0, Cardinal num_args = 0, bool managed = FALSE ) +<h3 class=fn><a name="TQXtWidget-2"></a>TQXtWidget::TQXtWidget ( const char * name, WidgetClass widget_class, <a href="tqwidget.html">TQWidget</a> * parent = 0, ArgList args = 0, Cardinal num_args = 0, bool managed = FALSE ) </h3> Constructs a TQXtWidget of the given <em>widget_class</em> called <em>name</em>. <p> Use this constructor to utilize Xt or <a href="motif-extension.html#Motif">Motif</a> widgets in a TQt application. The TQXtWidget looks and behaves -like the Xt class, but can be used like any <a href="ntqwidget.html">TQWidget</a>. +like the Xt class, but can be used like any <a href="tqwidget.html">TQWidget</a>. <p> Note that Xt requires that the most top level Xt widget is a shell. This means, if <em>parent</em> is a TQXtWidget, the <em>widget_class</em> can be of any kind. If there isn't a parent or the parent is just a normal @@ -116,19 +116,19 @@ Destructs the TQXtWidget. <h3 class=fn>bool <a name="isActiveWindow"></a>TQXtWidget::isActiveWindow () const </h3> -Different from <a href="ntqwidget.html#isActiveWindow">TQWidget::isActiveWindow</a>() +Different from <a href="tqwidget.html#isActiveWindow">TQWidget::isActiveWindow</a>() <h3 class=fn>void <a name="setActiveWindow"></a>TQXtWidget::setActiveWindow ()<tt> [virtual]</tt> </h3> Implement a degree of focus handling for Xt widgets. -<p>Reimplemented from <a href="ntqwidget.html#setActiveWindow">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#setActiveWindow">TQWidget</a>. <h3 class=fn>bool <a name="x11Event"></a>TQXtWidget::x11Event ( XEvent * e )<tt> [virtual protected]</tt> </h3> Reimplemented to produce the Xt effect of getting focus when the mouse enters the widget. The event is passed in <em>e</em>. -<p>Reimplemented from <a href="ntqwidget.html#x11Event">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#x11Event">TQWidget</a>. <h3 class=fn>Widget <a name="xtWidget"></a>TQXtWidget::xtWidget () const </h3> |