diff options
Diffstat (limited to 'doc/html/tqstatusbar.html')
-rw-r--r-- | doc/html/tqstatusbar.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqstatusbar.html b/doc/html/tqstatusbar.html index 12df8e7d8..71634519e 100644 --- a/doc/html/tqstatusbar.html +++ b/doc/html/tqstatusbar.html @@ -40,7 +40,7 @@ presenting status information. <ul> <li class=fn><a href="#TQStatusBar"><b>TQStatusBar</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> <li class=fn>virtual <a href="#~TQStatusBar"><b>~TQStatusBar</b></a> ()</li> -<li class=fn>virtual void <a href="#addWidget"><b>addWidget</b></a> ( TQWidget * widget, int stretch = 0, bool permanent = FALSE )</li> +<li class=fn>virtual void <a href="#addWidget"><b>addWidget</b></a> ( TQWidget * widget, int stretch = 0, bool permanent = false )</li> <li class=fn>virtual void <a href="#removeWidget"><b>removeWidget</b></a> ( TQWidget * widget )</li> <li class=fn>void <a href="#setSizeGripEnabled"><b>setSizeGripEnabled</b></a> ( bool )</li> <li class=fn>bool <a href="#isSizeGripEnabled"><b>isSizeGripEnabled</b></a> () const</li> @@ -109,7 +109,7 @@ remove widgets. </pre> <p> By default TQStatusBar provides a <a href="tqsizegrip.html">TQSizeGrip</a> in the lower-right -corner. You can disable it with <a href="#setSizeGripEnabled">setSizeGripEnabled</a>(FALSE); +corner. You can disable it with <a href="#setSizeGripEnabled">setSizeGripEnabled</a>(false); <p> <img src=tqstatusbar-m.png> <img src=tqstatusbar-w.png> <p> <p>See also <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqlabel.html">TQLabel</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Status Bar</a>, <a href="application.html">Main Window and Related Classes</a>, and <a href="helpsystem.html">Help System</a>. @@ -125,15 +125,15 @@ with a size grip. Destroys the status bar and frees any allocated resources and child widgets. -<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="tqwidget.html">TQWidget</a> * widget, int stretch = 0, bool permanent = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="tqwidget.html">TQWidget</a> * widget, int stretch = 0, bool permanent = false )<tt> [virtual]</tt> </h3> Adds <em>widget</em> to this status bar. <em>widget</em> is reparented if it isn't already a child of the TQStatusBar. -<p> <em>widget</em> is permanently visible if <em>permanent</em> is TRUE and may -be obscured by temporary messages if <em>permanent</em> is FALSE. The -default is FALSE. -<p> If <em>permanent</em> is TRUE, <em>widget</em> is located at the far right of -the status bar. If <em>permanent</em> is FALSE (the default), <em>widget</em> +<p> <em>widget</em> is permanently visible if <em>permanent</em> is true and may +be obscured by temporary messages if <em>permanent</em> is false. The +default is false. +<p> If <em>permanent</em> is true, <em>widget</em> is located at the far right of +the status bar. If <em>permanent</em> is false (the default), <em>widget</em> is located just to the left of the first permanent widget. <p> <em>stretch</em> is used to compute a suitable size for <em>widget</em> as the status bar grows and shrinks. The default of 0 uses a minimum of @@ -152,7 +152,7 @@ Ensures that the right widgets are visible. Used by <a href="#message">message</ <a href="#clear">clear</a>(). <h3 class=fn>bool <a name="isSizeGripEnabled"></a>TQStatusBar::isSizeGripEnabled () const -</h3><p>Returns TRUE if the <a href="tqsizegrip.html">TQSizeGrip</a> in the bottom right of the status bar is enabled; otherwise returns FALSE. +</h3><p>Returns true if the <a href="tqsizegrip.html">TQSizeGrip</a> in the bottom right of the status bar is enabled; otherwise returns false. See the <a href="tqstatusbar.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. <h3 class=fn>void <a name="message"></a>TQStatusBar::message ( const <a href="tqstring.html">TQString</a> & message )<tt> [slot]</tt> </h3> |