diff options
Diffstat (limited to 'doc/html/tqtabdialog.html')
-rw-r--r-- | doc/html/tqtabdialog.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/tqtabdialog.html b/doc/html/tqtabdialog.html index 462465e53..b01fc1ace 100644 --- a/doc/html/tqtabdialog.html +++ b/doc/html/tqtabdialog.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <p><a href="tqtabdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn><a href="#TQTabDialog"><b>TQTabDialog</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )</li> +<li class=fn><a href="#TQTabDialog"><b>TQTabDialog</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 )</li> <li class=fn><a href="#~TQTabDialog"><b>~TQTabDialog</b></a> ()</li> <li class=fn>virtual void <a href="#setFont"><b>setFont</b></a> ( const TQFont & font )</li> <li class=fn>void <a href="#addTab"><b>addTab</b></a> ( TQWidget * child, const TQString & label )</li> @@ -155,7 +155,7 @@ than TQTabDialog provides, consider creating a <a href="tqdialog.html">TQDialog< <p> <p>See also <a href="tqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) +<h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 ) </h3> Constructs a TQTabDialog with only an OK button. The <em>parent</em>, <em>name</em>, <em>modal</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments @@ -258,32 +258,32 @@ Apply or OK. <h3 class=fn>bool <a name="hasApplyButton"></a>TQTabDialog::hasApplyButton () const </h3> -Returns TRUE if the tab dialog has an Apply button; otherwise -returns FALSE. +Returns true if the tab dialog has an Apply button; otherwise +returns false. <p> <p>See also <a href="#setApplyButton">setApplyButton</a>(), <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="#hasCancelButton">hasCancelButton</a>(), and <a href="#hasDefaultButton">hasDefaultButton</a>(). <h3 class=fn>bool <a name="hasCancelButton"></a>TQTabDialog::hasCancelButton () const </h3> -Returns TRUE if the tab dialog has a Cancel button; otherwise -returns FALSE. +Returns true if the tab dialog has a Cancel button; otherwise +returns false. <p> <p>See also <a href="#setCancelButton">setCancelButton</a>(), <a href="#cancelButtonPressed">cancelButtonPressed</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), and <a href="#hasDefaultButton">hasDefaultButton</a>(). <h3 class=fn>bool <a name="hasDefaultButton"></a>TQTabDialog::hasDefaultButton () const </h3> -Returns TRUE if the tab dialog has a Defaults button; otherwise -returns FALSE. +Returns true if the tab dialog has a Defaults button; otherwise +returns false. <p> <p>See also <a href="#setDefaultButton">setDefaultButton</a>(), <a href="#defaultButtonPressed">defaultButtonPressed</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), and <a href="#hasCancelButton">hasCancelButton</a>(). <h3 class=fn>bool <a name="hasHelpButton"></a>TQTabDialog::hasHelpButton () const </h3> -Returns TRUE if the tab dialog has a Help button; otherwise returns -FALSE. +Returns true if the tab dialog has a Help button; otherwise returns +false. <p> <p>See also <a href="#setHelpButton">setHelpButton</a>(), <a href="#helpButtonPressed">helpButtonPressed</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), and <a href="#hasCancelButton">hasCancelButton</a>(). <h3 class=fn>bool <a name="hasOkButton"></a>TQTabDialog::hasOkButton () const </h3> -Returns TRUE if the tab dialog has an OK button; otherwise returns -FALSE. +Returns true if the tab dialog has an OK button; otherwise returns +false. <p> <p>See also <a href="#setOkButton">setOkButton</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), <a href="#hasCancelButton">hasCancelButton</a>(), and <a href="#hasDefaultButton">hasDefaultButton</a>(). <h3 class=fn>void <a name="helpButtonPressed"></a>TQTabDialog::helpButtonPressed ()<tt> [signal]</tt> @@ -329,15 +329,15 @@ position where this tab page should be inserted. <p> <h3 class=fn>bool <a name="isTabEnabled"></a>TQTabDialog::isTabEnabled ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> -Returns TRUE if the page <em>w</em> is enabled; otherwise returns FALSE. +Returns true if the page <em>w</em> is enabled; otherwise returns false. <p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>. <h3 class=fn>bool <a name="isTabEnabled-2"></a>TQTabDialog::isTabEnabled ( const char * name ) const </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> Returns TRUE if the page with object name <em>name</em> is enabled and -FALSE if it is disabled. +<p> Returns true if the page with object name <em>name</em> is enabled and +false if it is disabled. <p> If <em>name</em> is 0 or not the name of any of the pages, <a href="#isTabEnabled">isTabEnabled</a>() -returns FALSE. +returns false. <p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>. <h3 class=fn>void <a name="removePage"></a>TQTabDialog::removePage ( <a href="tqwidget.html">TQWidget</a> * w ) @@ -455,7 +455,7 @@ or the behavior is undefined. <h3 class=fn>void <a name="setTabEnabled"></a>TQTabDialog::setTabEnabled ( <a href="tqwidget.html">TQWidget</a> * w, bool enable ) </h3> -If <em>enable</em> is TRUE the page <em>w</em> is enabled; otherwise <em>w</em> is +If <em>enable</em> is true the page <em>w</em> is enabled; otherwise <em>w</em> is disabled. The page's tab is redrawn appropriately. <p> <a href="tqtabwidget.html">TQTabWidget</a> uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a separate flag. |