diff options
Diffstat (limited to 'doc/html/qmotifdialog.html')
| -rw-r--r-- | doc/html/qmotifdialog.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qmotifdialog.html b/doc/html/qmotifdialog.html index 27efcc0a4..80083b5c3 100644 --- a/doc/html/qmotifdialog.html +++ b/doc/html/qmotifdialog.html @@ -40,10 +40,10 @@ body { background: #ffffff; color: black; } <h2>Public Members</h2> <ul> <li class=fn>enum DialogType { Prompt, Selection, Command, FileSelection, Template, Error, Information, Message, Question, Warning, Working } <em>(obsolete)</em></li> -<li class=fn>TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) <em>(obsolete)</em></li> -<li class=fn>TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) <em>(obsolete)</em></li> -<li class=fn><a href="#TQMotifDialog-3"><b>TQMotifDialog</b></a> ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )</li> -<li class=fn><a href="#TQMotifDialog-4"><b>TQMotifDialog</b></a> ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )</li> +<li class=fn>TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = false, WFlags flags = 0 ) <em>(obsolete)</em></li> +<li class=fn>TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = false, WFlags flags = 0 ) <em>(obsolete)</em></li> +<li class=fn><a href="#TQMotifDialog-3"><b>TQMotifDialog</b></a> ( Widget parent, const char * name = 0, bool modal = false, WFlags flags = 0 )</li> +<li class=fn><a href="#TQMotifDialog-4"><b>TQMotifDialog</b></a> ( TQWidget * parent, const char * name = 0, bool modal = false, WFlags flags = 0 )</li> <li class=fn>virtual <a href="#~TQMotifDialog"><b>~TQMotifDialog</b></a> ()</li> <li class=fn>Widget <a href="#shell"><b>shell</b></a> () const</li> <li class=fn>Widget <a href="#dialog"><b>dialog</b></a> () const</li> @@ -98,7 +98,7 @@ passed to the constructor, instead of a <a href="ntqwidget.html">TQWidget</a> pa <li><tt>TQMotifDialog::Working</tt> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQMotifDialog"></a>TQMotifDialog::TQMotifDialog ( <a href="qmotifdialog.html#DialogType-enum">DialogType</a> dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog"></a>TQMotifDialog::TQMotifDialog ( <a href="qmotifdialog.html#DialogType-enum">DialogType</a> dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = false, WFlags flags = 0 ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Creates a TQMotifDialog using one of the predefined <a href="motif-extension.html#Motif">Motif</a> dialog types. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to @@ -118,7 +118,7 @@ destroys it during destruction. You should not destroy the dialog widget yourself. <p> <p>See also <a href="#DialogType-enum">DialogType</a>, <a href="#shell">shell</a>(), and <a href="#dialog">dialog</a>(). -<h3 class=fn><a name="TQMotifDialog-2"></a>TQMotifDialog::TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog-2"></a>TQMotifDialog::TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = false, WFlags flags = 0 ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Creates a TQMotifDialog which allows the application programmer to use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="ntqdialog.html">TQDialog</a>. The <em>name</em>, @@ -141,7 +141,7 @@ destroys it during destruction. You should not destroy the dialog widget yourself. <p> <p>See also <a href="#shell">shell</a>() and <a href="#dialog">dialog</a>(). -<h3 class=fn><a name="TQMotifDialog-3"></a>TQMotifDialog::TQMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog-3"></a>TQMotifDialog::TQMotifDialog ( Widget parent, const char * name = 0, bool modal = false, WFlags flags = 0 ) </h3> Creates a TQMotifDialog which allows the application programmer to use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="ntqdialog.html">TQDialog</a>. The <em>name</em>, @@ -152,7 +152,7 @@ subclass of <tt>XmDialogShell</tt>. You can access the <tt>Shell</tt> widget with the <a href="#shell">shell</a>() member function. <p> <p>See also <a href="#shell">shell</a>(). -<h3 class=fn><a name="TQMotifDialog-4"></a>TQMotifDialog::TQMotifDialog ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog-4"></a>TQMotifDialog::TQMotifDialog ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0, bool modal = false, WFlags flags = 0 ) </h3> Creates a TQMotifDialog which allows the application programmer to use a <a href="ntqwidget.html">TQWidget</a> parent for an existing <a href="motif-extension.html#Motif">Motif</a>-based dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the |
