diff options
Diffstat (limited to 'doc/html/qxtwidget.html')
| -rw-r--r-- | doc/html/qxtwidget.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qxtwidget.html b/doc/html/qxtwidget.html index ef76f80cd..8386ac612 100644 --- a/doc/html/qxtwidget.html +++ b/doc/html/qxtwidget.html @@ -40,8 +40,8 @@ body { background: #ffffff; color: black; } <p><a href="qxtwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn><a href="#TQXtWidget"><b>TQXtWidget</b></a> ( const char * name, Widget parent, bool managed = FALSE )</li> -<li class=fn><a href="#TQXtWidget-2"><b>TQXtWidget</b></a> ( const char * name, WidgetClass widget_class, TQWidget * parent = 0, ArgList args = 0, Cardinal num_args = 0, bool managed = FALSE )</li> +<li class=fn><a href="#TQXtWidget"><b>TQXtWidget</b></a> ( const char * name, Widget parent, bool managed = false )</li> +<li class=fn><a href="#TQXtWidget-2"><b>TQXtWidget</b></a> ( const char * name, WidgetClass widget_class, TQWidget * parent = 0, ArgList args = 0, Cardinal num_args = 0, bool managed = false )</li> <li class=fn><a href="#~TQXtWidget"><b>~TQXtWidget</b></a> ()</li> <li class=fn>Widget <a href="#xtWidget"><b>xtWidget</b></a> () const</li> <li class=fn>bool <a href="#isActiveWindow"><b>isActiveWindow</b></a> () const</li> @@ -84,7 +84,7 @@ TQWidget::reparent(). <p> </ol> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQXtWidget"></a>TQXtWidget::TQXtWidget ( const char * name, Widget parent, bool managed = FALSE ) +<h3 class=fn><a name="TQXtWidget"></a>TQXtWidget::TQXtWidget ( const char * name, Widget parent, bool managed = false ) </h3> Constructs a TQXtWidget of the special Xt widget class known as "TQWidget" to the resource manager. @@ -93,10 +93,10 @@ application. The TQXtWidget is a <a href="ntqwidget.html">TQWidget</a>, so you 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, +<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="ntqwidget.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 @@ -107,7 +107,7 @@ 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 TQWidget, <em>widget_class</em> should be something like <tt>topLevelShellWidgetClass</tt>. <p> The arguments, <em>args</em>, <em>num_args</em> are passed on to XtCreateWidget. -<p> If the <em>managed</em> parameter is TRUE and <em>parent</em> in not null, +<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"></a>TQXtWidget::~TQXtWidget () |
