diff options
Diffstat (limited to 'doc/html/ntqtoolbar.html')
-rw-r--r-- | doc/html/ntqtoolbar.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqtoolbar.html b/doc/html/ntqtoolbar.html index cc9926109..a5da67d82 100644 --- a/doc/html/ntqtoolbar.html +++ b/doc/html/ntqtoolbar.html @@ -122,12 +122,12 @@ orientation correctly for you, but you can set it yourself with </blockquote><p> <p>See also <a href="ntqtoolbutton.html">TQToolButton</a>, <a href="ntqmainwindow.html">TQMainWindow</a>, <a href="http://www.iarchitect.com/visual.htm">Parts of Isys on Visual Design</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Tool Bar</a>, and <a href="application.html">Main Window and Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQToolBar"></a>TQToolBar::TQToolBar ( const <a href="ntqstring.html">TQString</a> & label, <a href="ntqmainwindow.html">TQMainWindow</a> *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) +<h3 class=fn><a name="TQToolBar"></a>TQToolBar::TQToolBar ( const <a href="tqstring.html">TQString</a> & label, <a href="ntqmainwindow.html">TQMainWindow</a> *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) </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> -<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 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const <a href="tqstring.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 @@ -154,14 +154,14 @@ Adds a separator to the right/bottom of the toolbar. </h3> Deletes all the toolbar's child widgets. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="label"></a>TQToolBar::label () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="label"></a>TQToolBar::label () const </h3><p>Returns the toolbar's label. See the <a href="ntqtoolbar.html#label-prop">"label"</a> property for details. <h3 class=fn><a href="ntqmainwindow.html">TQMainWindow</a> * <a name="mainWindow"></a>TQToolBar::mainWindow () const </h3> Returns a pointer to the <a href="ntqmainwindow.html">TQMainWindow</a> which manages this toolbar. -<h3 class=fn>void <a name="setLabel"></a>TQToolBar::setLabel ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setLabel"></a>TQToolBar::setLabel ( const <a href="tqstring.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="tqwidget.html">TQWidget</a> * w )<tt> [virtual]</tt> @@ -178,7 +178,7 @@ setStretchable() is called. <p>Examples: <a href="fileiconview-example.html#x896">fileiconview/mainwindow.cpp</a> and <a href="helpviewer-example.html#x1034">helpviewer/helpwindow.cpp</a>. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="label-prop"></a>label</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="label-prop"></a>label</h3> <p>This property holds the toolbar's label. <p>If the toolbar is floated the label becomes the toolbar window's caption. There is no default label text. |