<tdalign="right"valign="center"><imgsrc="logo32.png"align="right"width="64"height="32"border="0"></td></tr></table><h1align=center>TQXtWidget Class Reference<br><small>[obsolete]</small></h1>
<p>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.
<ahref="#details">More...</a>
<p>This class is part of the <b>TQt Motif Extension</b>.
<p> This class is defined in the <b>TQt <ahref="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 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 <ahref="qwidget.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.
<p><h4> Known TQXtWidget Problems
</h4>
<aname="1"></a><p> This class is unsupported and has many known problems and
limitations. It is provided only to keep existing source working;
it should not be used in new code. Note: These problems will <em>not</em>
be fixed in future releases.
<p> Below is an imcomplete list of know issues:
<p><oltype=1>
<p><li><ahref="focus.html#keyboard-focus">Keyboard focus</a> navigation is impossible when using TQXtWidget.
The mouse must be used to focus widgets in both TQt and Xt/Motif
widgets. For example, when embedding a TQXtWidget into an Xt/Motif
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
<ahref="qwidget.html#reparent">TQWidget::reparent</a>(). This includes the functions
<ahref="qwidget.html#showFullScreen">TQWidget::showFullScreen</a>() and <ahref="qwidget.html#showNormal">TQWidget::showNormal</a>(), which use