diff options
Diffstat (limited to 'doc/man/man3/tqtoolbar.3qt')
| -rw-r--r-- | doc/man/man3/tqtoolbar.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqtoolbar.3qt b/doc/man/man3/tqtoolbar.3qt index 5fe26530b..bebf40785 100644 --- a/doc/man/man3/tqtoolbar.3qt +++ b/doc/man/man3/tqtoolbar.3qt @@ -16,10 +16,10 @@ Inherits TQDockWindow. .SS "Public Members" .in +1c .ti -1c -.BI "TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) \fI(obsolete)\fR" +.BI "TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = false, const char * name = 0 ) \fI(obsolete)\fR" .br .ti -1c -.BI "\fBTQToolBar\fR ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )" +.BI "\fBTQToolBar\fR ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = false, const char * name = 0, WFlags f = 0 )" .br .ti -1c .BI "\fBTQToolBar\fR ( TQMainWindow * parent = 0, const char * name = 0 )" @@ -93,9 +93,9 @@ You can use the clear() method to remove all items from a toolbar. .PP See also TQToolButton, TQMainWindow, Parts of Isys on Visual Design, GUI Design Handbook: Tool Bar, and Main Window and Related Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "TQToolBar::TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 )" +.SH "TQToolBar::TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = false, const char * name = 0 )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "TQToolBar::TQToolBar ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )" +.SH "TQToolBar::TQToolBar ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = false, const char * name = 0, WFlags f = 0 )" Constructs an empty horizontal toolbar. .PP The toolbar is called \fIname\fR and is a child of \fIparent\fR and is managed by \fImainWindow\fR. The \fIlabel\fR and \fInewLine\fR parameters are passed straight to TQMainWindow::addDockWindow(). \fIname\fR and the widget flags \fIf\fR are passed on to the TQDockWindow constructor. @@ -121,7 +121,7 @@ Sets the toolbar's label. See the "label" property for details. .SH "void TQToolBar::setStretchableWidget ( TQWidget * w )\fC [virtual]\fR" Sets the widget \fIw\fR to be expanded if this toolbar is requested to stretch. .PP -The request to stretch might occur because TQMainWindow right-justifies the dock area the toolbar is in, or because this toolbar's isVerticalStretchable() or isHorizontalStretchable() is set to TRUE. +The request to stretch might occur because TQMainWindow right-justifies the dock area the toolbar is in, or because this toolbar's isVerticalStretchable() or isHorizontalStretchable() is set to true. .PP If you call this function and the toolbar is not yet stretchable, setStretchable() is called. .PP |
