diff options
Diffstat (limited to 'doc/html/tqmenubar.html')
-rw-r--r-- | doc/html/tqmenubar.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 2f92f5c2b..56cb47d10 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -500,14 +500,14 @@ guidelines). See the <a href="tqmenubar.html#defaultUp-prop">"defaultUp"</a> property for details. <h3 class=fn>bool <a name="isItemEnabled"></a>TQMenuData::isItemEnabled ( int id ) const </h3> -Returns TRUE if the item with identifier <em>id</em> is enabled; -otherwise returns FALSE +Returns true if the item with identifier <em>id</em> is enabled; +otherwise returns false <p> <p>See also <a href="tqmenudata.html#setItemEnabled">setItemEnabled</a>() and <a href="tqmenudata.html#isItemVisible">isItemVisible</a>(). <h3 class=fn>bool <a name="isItemVisible"></a>TQMenuData::isItemVisible ( int id ) const </h3> -Returns TRUE if the menu item with the id <em>id</em> is visible; -otherwise returns FALSE. +Returns true if the menu item with the id <em>id</em> is visible; +otherwise returns false. <p> <p>See also <a href="tqmenudata.html#setItemVisible">setItemVisible</a>(). <h3 class=fn>void <a name="menuContentsChanged"></a>TQMenuBar::menuContentsChanged ()<tt> [virtual protected]</tt> @@ -540,14 +540,14 @@ See the <a href="tqmenubar.html#separator-prop">"separator"</a> property for det See the <a href="tqmenubar.html#defaultUp-prop">"defaultUp"</a> property for details. <h3 class=fn>void <a name="setItemEnabled"></a>TQMenuData::setItemEnabled ( int id, bool enable ) </h3> -If <em>enable</em> is TRUE, enables the menu item with identifier <em>id</em>; +If <em>enable</em> is true, enables the menu item with identifier <em>id</em>; otherwise disables the menu item with identifier <em>id</em>. <p> <p>See also <a href="tqmenudata.html#isItemEnabled">isItemEnabled</a>(). <p>Examples: <a href="mdi-example.html#x2033">mdi/application.cpp</a>, <a href="menu-example.html#x1873">menu/menu.cpp</a>, <a href="progress-example.html#x72">progress/progress.cpp</a>, and <a href="showimg-example.html#x1331">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="setItemVisible"></a>TQMenuData::setItemVisible ( int id, bool visible ) </h3> -If <em>visible</em> is TRUE, shows the menu item with id <em>id</em>; otherwise +If <em>visible</em> is true, shows the menu item with id <em>id</em>; otherwise hides the menu item with id <em>id</em>. <p> <p>See also <a href="tqmenudata.html#isItemVisible">isItemVisible</a>() and <a href="tqmenudata.html#isItemEnabled">isItemEnabled</a>(). @@ -565,7 +565,7 @@ stack. <h3 class=fn>bool <a name="defaultUp-prop"></a>defaultUp</h3> <p>This property holds the popup orientation. <p>The default popup orientation. By default, menus pop "down" the -screen. By setting the property to TRUE, the menu will pop "up". +screen. By setting the property to true, the menu will pop "up". You might call this for menus that are <em>below</em> the document to which they refer. <p> If the menu would not fit on the screen, the other direction is |