diff options
Diffstat (limited to 'doc/html/tqmessagebox.html')
-rw-r--r-- | doc/html/tqmessagebox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html index 77f834b7c..492a427d0 100644 --- a/doc/html/tqmessagebox.html +++ b/doc/html/tqmessagebox.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <ul> <li class=fn>enum <a href="#Icon-enum"><b>Icon</b></a> { NoIcon = 0, Information = 1, Warning = 2, Critical = 3, Question = 4 }</li> <li class=fn><a href="#TQMessageBox"><b>TQMessageBox</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> -<li class=fn><a href="#TQMessageBox-2"><b>TQMessageBox</b></a> ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder )</li> +<li class=fn><a href="#TQMessageBox-2"><b>TQMessageBox</b></a> ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = true, WFlags f = WStyle_DialogBorder )</li> <li class=fn><a href="#~TQMessageBox"><b>~TQMessageBox</b></a> ()</li> <li class=fn>TQString <a href="#text"><b>text</b></a> () const</li> <li class=fn>void <a href="#setText"><b>setText</b></a> ( const TQString & )</li> @@ -322,7 +322,7 @@ becomes modal relative to <em>parent</em>. <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqdialog.html">TQDialog</a> constructor. -<h3 class=fn><a name="TQMessageBox-2"></a>TQMessageBox::TQMessageBox ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & text, <a href="tqmessagebox.html#Icon-enum">Icon</a> icon, int button0, int button1, int button2, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder ) +<h3 class=fn><a name="TQMessageBox-2"></a>TQMessageBox::TQMessageBox ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & text, <a href="tqmessagebox.html#Icon-enum">Icon</a> icon, int button0, int button1, int button2, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = true, WFlags f = WStyle_DialogBorder ) </h3> Constructs a message box with a <em>caption</em>, a <em>text</em>, an <em>icon</em>, and up to three buttons. @@ -372,7 +372,7 @@ pressed). <p> If <em>parent</em> is 0, the message box becomes an application-global modal dialog box. If <em>parent</em> is a widget, the message box becomes modal relative to <em>parent</em>. -<p> If <em>modal</em> is TRUE the message box is modal; otherwise it +<p> If <em>modal</em> is true the message box is modal; otherwise it is modeless. <p> The <em>parent</em>, <em>name</em>, <em>modal</em>, and <em>f</em> arguments are passed to the <a href="tqdialog.html">TQDialog</a> constructor. |