diff options
Diffstat (limited to 'doc/html/tqtoolbar.html')
-rw-r--r-- | doc/html/tqtoolbar.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtoolbar.html b/doc/html/tqtoolbar.html index de933b2da..35db81739 100644 --- a/doc/html/tqtoolbar.html +++ b/doc/html/tqtoolbar.html @@ -38,8 +38,8 @@ widgets such as tool buttons. <p><a href="tqtoolbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn>TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) <em>(obsolete)</em></li> -<li class=fn><a href="#TQToolBar-2"><b>TQToolBar</b></a> ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )</li> +<li class=fn>TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = false, const char * name = 0 ) <em>(obsolete)</em></li> +<li class=fn><a href="#TQToolBar-2"><b>TQToolBar</b></a> ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = false, const char * name = 0, WFlags f = 0 )</li> <li class=fn><a href="#TQToolBar-3"><b>TQToolBar</b></a> ( TQMainWindow * parent = 0, const char * name = 0 )</li> <li class=fn>void <a href="#addSeparator"><b>addSeparator</b></a> ()</li> <li class=fn>TQMainWindow * <a href="#mainWindow"><b>mainWindow</b></a> () const</li> @@ -121,12 +121,12 @@ orientation correctly for you, but you can set it yourself with </blockquote><p> <p>See also <a href="tqtoolbutton.html">TQToolButton</a>, <a href="tqmainwindow.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="tqstring.html">TQString</a> & label, <a href="tqmainwindow.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="tqmainwindow.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="tqstring.html">TQString</a> & label, <a href="tqmainwindow.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="tqmainwindow.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 @@ -170,7 +170,7 @@ to stretch. <p> The request to stretch might occur because <a href="tqmainwindow.html">TQMainWindow</a> right-justifies the dock area the toolbar is in, or because this toolbar's <a href="tqdockwindow.html#isVerticalStretchable">isVerticalStretchable</a>() or <a href="tqdockwindow.html#isHorizontalStretchable">isHorizontalStretchable</a>() is -set to TRUE. +set to true. <p> If you call this function and the toolbar is not yet stretchable, setStretchable() is called. <p> <p>See also <a href="tqmainwindow.html#rightJustification-prop">TQMainWindow::rightJustification</a>, <a href="tqdockwindow.html#setVerticalStretchable">setVerticalStretchable</a>(), and <a href="tqdockwindow.html#setHorizontalStretchable">setHorizontalStretchable</a>(). |