diff options
Diffstat (limited to 'doc/html/ntqtoolbar.html')
-rw-r--r-- | doc/html/ntqtoolbar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqtoolbar.html b/doc/html/ntqtoolbar.html index 79d841185..cc9926109 100644 --- a/doc/html/ntqtoolbar.html +++ b/doc/html/ntqtoolbar.html @@ -87,7 +87,7 @@ adding two TQActions. <p> You may use most widgets within a toolbar, with TQToolButton and <a href="ntqcombobox.html">TQComboBox</a> being the most common. <p> If you create a new widget on an already visible TQToolBar, this -widget will automatically become visible without needing a <a href="ntqwidget.html#show">show</a>() +widget will automatically become visible without needing a <a href="tqwidget.html#show">show</a>() call. (This differs from every other TQt widget container. We recommend calling show() anyway since we hope to fix this anomaly in a future release.) @@ -127,7 +127,7 @@ orientation correctly for you, but you can set it yourself with <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const <a href="ntqstring.html">TQString</a> & label, <a href="ntqmainwindow.html">TQMainWindow</a> * mainWindow, <a href="ntqwidget.html">TQWidget</a> * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const <a href="ntqstring.html">TQString</a> & label, <a href="ntqmainwindow.html">TQMainWindow</a> * mainWindow, <a href="tqwidget.html">TQWidget</a> * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 ) </h3> Constructs an empty horizontal toolbar. <p> The toolbar is called <em>name</em> and is a child of <em>parent</em> and is @@ -164,7 +164,7 @@ Returns a pointer to the <a href="ntqmainwindow.html">TQMainWindow</a> which man <h3 class=fn>void <a name="setLabel"></a>TQToolBar::setLabel ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the toolbar's label. See the <a href="ntqtoolbar.html#label-prop">"label"</a> property for details. -<h3 class=fn>void <a name="setStretchableWidget"></a>TQToolBar::setStretchableWidget ( <a href="ntqwidget.html">TQWidget</a> * w )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setStretchableWidget"></a>TQToolBar::setStretchableWidget ( <a href="tqwidget.html">TQWidget</a> * w )<tt> [virtual]</tt> </h3> Sets the widget <em>w</em> to be expanded if this toolbar is requested to stretch. |