diff options
Diffstat (limited to 'doc/man/man3/tqmainwindow.3qt')
-rw-r--r-- | doc/man/man3/tqmainwindow.3qt | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/doc/man/man3/tqmainwindow.3qt b/doc/man/man3/tqmainwindow.3qt index 73ad52d19..46c1e2acd 100644 --- a/doc/man/man3/tqmainwindow.3qt +++ b/doc/man/man3/tqmainwindow.3qt @@ -55,10 +55,10 @@ Inherits TQWidget. .BI "bool \fBisDockEnabled\fR ( TQDockWindow * dw, TQDockArea * area ) const" .br .ti -1c -.BI "virtual void \fBaddDockWindow\fR ( TQDockWindow * dockWindow, Dock edge = DockTop, bool newLine = FALSE )" +.BI "virtual void \fBaddDockWindow\fR ( TQDockWindow * dockWindow, Dock edge = DockTop, bool newLine = false )" .br .ti -1c -.BI "virtual void \fBaddDockWindow\fR ( TQDockWindow * dockWindow, const TQString & label, Dock edge = DockTop, bool newLine = FALSE )" +.BI "virtual void \fBaddDockWindow\fR ( TQDockWindow * dockWindow, const TQString & label, Dock edge = DockTop, bool newLine = false )" .br .ti -1c .BI "virtual void \fBmoveDockWindow\fR ( TQDockWindow * dockWindow, Dock edge = DockTop )" @@ -94,7 +94,7 @@ Inherits TQWidget. .BI "TQPtrList<TQDockWindow> \fBdockWindows\fR () const" .br .ti -1c -.BI "void \fBlineUpDockWindows\fR ( bool keepNewLines = FALSE )" +.BI "void \fBlineUpDockWindows\fR ( bool keepNewLines = false )" .br .ti -1c .BI "bool \fBisDockMenuEnabled\fR () const" @@ -103,10 +103,10 @@ Inherits TQWidget. .BI "bool \fBhasDockWindow\fR ( TQDockWindow * dw )" .br .ti -1c -.BI "void addToolBar ( TQDockWindow *, Dock = DockTop, bool newLine = FALSE ) \fI(obsolete)\fR" +.BI "void addToolBar ( TQDockWindow *, Dock = DockTop, bool newLine = false ) \fI(obsolete)\fR" .br .ti -1c -.BI "void addToolBar ( TQDockWindow *, const TQString & label, Dock = DockTop, bool newLine = FALSE ) \fI(obsolete)\fR" +.BI "void addToolBar ( TQDockWindow *, const TQString & label, Dock = DockTop, bool newLine = false ) \fI(obsolete)\fR" .br .ti -1c .BI "void moveToolBar ( TQDockWindow *, Dock = DockTop ) \fI(obsolete)\fR" @@ -124,7 +124,7 @@ Inherits TQWidget. .BI "TQPtrList<TQToolBar> \fBtoolBars\fR ( Dock dock ) const" .br .ti -1c -.BI "void lineUpToolBars ( bool keepNewLines = FALSE ) \fI(obsolete)\fR" +.BI "void lineUpToolBars ( bool keepNewLines = false ) \fI(obsolete)\fR" .br .ti -1c .BI "TQDockArea * \fBleftDock\fR () const" @@ -390,7 +390,7 @@ The Minimized edge is a hidden dock area. If this dock area is enabled the user .PP Dock windows are moved transparently by default, i.e. during the drag an outline rectangle is drawn on the screen representing the position of the dock window as it moves. If you want the dock window to be shown normally whilst it is moved use setOpaqueMoving(). .PP -The location of a dock window, i.e. its dock area and position within the dock area, can be determined by calling getLocation(). Movable dock windows can be lined up to minimize wasted space with lineUpDockWindows(). Pointers to the dock areas are available from topDock(), leftDock(), rightDock() and bottomDock(). A customize menu item is added to the pop up dock window menu if isCustomizable() returns TRUE; it returns FALSE by default. Reimplement isCustomizable() and customize() if you want to offer this extra menu item, for example, to allow the user to change settings relating to the main window and its toolbars and dock windows. +The location of a dock window, i.e. its dock area and position within the dock area, can be determined by calling getLocation(). Movable dock windows can be lined up to minimize wasted space with lineUpDockWindows(). Pointers to the dock areas are available from topDock(), leftDock(), rightDock() and bottomDock(). A customize menu item is added to the pop up dock window menu if isCustomizable() returns true; it returns false by default. Reimplement isCustomizable() and customize() if you want to offer this extra menu item, for example, to allow the user to change settings relating to the main window and its toolbars and dock windows. .PP The main window's menu bar is fixed (at the top) by default. If you want a movable menu bar, create a TQMenuBar as a stretchable widget inside its own movable dock window and restrict this dock window to only live within the Top or Bottom dock: .PP @@ -398,7 +398,7 @@ The main window's menu bar is fixed (at the top) by default. If you want a movab .br TQToolBar *tb = new TQToolBar( this ); .br - addDockWindow( tb, tr( "Menubar" ), Top, FALSE ); + addDockWindow( tb, tr( "Menubar" ), Top, false ); .br TQMenuBar *mb = new TQMenuBar( tb ); .br @@ -406,9 +406,9 @@ The main window's menu bar is fixed (at the top) by default. If you want a movab .br tb->setStretchableWidget( mb ); .br - setDockEnabled( tb, Left, FALSE ); + setDockEnabled( tb, Left, false ); .br - setDockEnabled( tb, Right, FALSE ); + setDockEnabled( tb, Right, false ); .br .fi .PP @@ -482,28 +482,28 @@ Constructs an empty main window. The \fIparent\fR, \fIname\fR and widget flags \ By default, the widget flags are set to WType_TopLevel rather than 0 as they are with TQWidget. If you don't want your TQMainWindow to be a top level widget then you will need to set \fIf\fR to 0. .SH "TQMainWindow::~TQMainWindow ()" Destroys the object and frees any allocated resources. -.SH "void TQMainWindow::addDockWindow ( TQDockWindow * dockWindow, Dock edge = DockTop, bool newLine = FALSE )\fC [virtual]\fR" +.SH "void TQMainWindow::addDockWindow ( TQDockWindow * dockWindow, Dock edge = DockTop, bool newLine = false )\fC [virtual]\fR" Adds \fIdockWindow\fR to the \fIedge\fR dock area. .PP -If \fInewLine\fR is FALSE (the default) then the \fIdockWindow\fR is added at the end of the \fIedge\fR. For vertical edges the end is at the bottom, for horizontal edges (including Minimized) the end is at the right. If \fInewLine\fR is TRUE a new line of dock windows is started with \fIdockWindow\fR as the first (left-most and top-most) dock window. +If \fInewLine\fR is false (the default) then the \fIdockWindow\fR is added at the end of the \fIedge\fR. For vertical edges the end is at the bottom, for horizontal edges (including Minimized) the end is at the right. If \fInewLine\fR is true a new line of dock windows is started with \fIdockWindow\fR as the first (left-most and top-most) dock window. .PP If \fIdockWindow\fR is managed by another main window, it is first removed from that window. -.SH "void TQMainWindow::addDockWindow ( TQDockWindow * dockWindow, const TQString & label, Dock edge = DockTop, bool newLine = FALSE )\fC [virtual]\fR" +.SH "void TQMainWindow::addDockWindow ( TQDockWindow * dockWindow, const TQString & label, Dock edge = DockTop, bool newLine = false )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Adds \fIdockWindow\fR to the dock area with label \fIlabel\fR. .PP -If \fInewLine\fR is FALSE (the default) the \fIdockWindow\fR is added at the end of the \fIedge\fR. For vertical edges the end is at the bottom, for horizontal edges (including Minimized) the end is at the right. If \fInewLine\fR is TRUE a new line of dock windows is started with \fIdockWindow\fR as the first (left-most and top-most) dock window. +If \fInewLine\fR is false (the default) the \fIdockWindow\fR is added at the end of the \fIedge\fR. For vertical edges the end is at the bottom, for horizontal edges (including Minimized) the end is at the right. If \fInewLine\fR is true a new line of dock windows is started with \fIdockWindow\fR as the first (left-most and top-most) dock window. .PP If \fIdockWindow\fR is managed by another main window, it is first removed from that window. -.SH "void TQMainWindow::addToolBar ( TQDockWindow *, Dock = DockTop, bool newLine = FALSE )" +.SH "void TQMainWindow::addToolBar ( TQDockWindow *, Dock = DockTop, bool newLine = false )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "void TQMainWindow::addToolBar ( TQDockWindow *, const TQString & label, Dock = DockTop, bool newLine = FALSE )" +.SH "void TQMainWindow::addToolBar ( TQDockWindow *, const TQString & label, Dock = DockTop, bool newLine = false )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .SH "bool TQMainWindow::appropriate ( TQDockWindow * dw ) const" -Returns TRUE if it is appropriate to include a menu item for the \fIdw\fR dock window in the dock window menu; otherwise returns FALSE. +Returns true if it is appropriate to include a menu item for the \fIdw\fR dock window in the dock window menu; otherwise returns false. .PP The user is able to change the state (show or hide) a dock window that has a menu item by clicking the item. .PP @@ -529,7 +529,7 @@ Reimplemented from TQObject. .SH "TQPopupMenu * TQMainWindow::createDockWindowMenu ( DockWindows dockWindows = AllDockWindows ) const" Creates the dock window menu which contains all toolbars (if \fIdockWindows\fR is OnlyToolBars ), all dock windows (if \fIdockWindows\fR is NoToolBars) or all toolbars and dock windows (if \fIdockWindows\fR is AllDockWindows - the default). .PP -This function is called internally when necessary, e.g. when the user right clicks a dock area (providing isDockMenuEnabled() returns TRUE). +This function is called internally when necessary, e.g. when the user right clicks a dock area (providing isDockMenuEnabled() returns true). .PP The menu items representing the toolbars and dock windows are checkable. The visible dock windows are checked and the hidden dock windows are unchecked. The user can click a menu item to change its state (show or hide the dock window). .PP @@ -539,15 +539,15 @@ Toolbars and dock windows which are not appropriate in the current context (see .PP The menu also has a menu item for lining up the dock windows. .PP -If isCustomizable() returns TRUE, a Customize menu item is added to the menu, which if clicked will call customize(). The isCustomizable() function we provide returns FALSE and customize() does nothing, so they must be reimplemented in a subclass to be useful. +If isCustomizable() returns true, a Customize menu item is added to the menu, which if clicked will call customize(). The isCustomizable() function we provide returns false and customize() does nothing, so they must be reimplemented in a subclass to be useful. .SH "void TQMainWindow::customize ()\fC [virtual slot]\fR" This function is called when the user clicks the Customize menu item on the dock window menu. .PP -The customize menu item will only appear if isCustomizable() returns TRUE (it returns FALSE by default). +The customize menu item will only appear if isCustomizable() returns true (it returns false by default). .PP The function is intended, for example, to provide the user with a means of telling the application that they wish to customize the main window, dock windows or dock areas. .PP -The default implementation does nothing and the Customize menu item is not shown on the right-click menu by default. If you want the item to appear then reimplement isCustomizable() to return TRUE, and reimplement this function to do whatever you want. +The default implementation does nothing and the Customize menu item is not shown on the right-click menu by default. If you want the item to appear then reimplement isCustomizable() to return true, and reimplement this function to do whatever you want. .PP See also isCustomizable(). .SH "void TQMainWindow::dockWindowPositionChanged ( TQDockWindow * dockWindow )\fC [signal]\fR" @@ -563,62 +563,62 @@ This is an overloaded member function, provided for convenience. It behaves esse .PP Returns the list of dock windows which belong to this main window, regardless of which dock area they are in or what their state is, (e.g. irrespective of whether they are visible or not). .SH "bool TQMainWindow::dockWindowsMovable () const" -Returns TRUE if the dock windows are movable; otherwise returns FALSE. See the "dockWindowsMovable" property for details. +Returns true if the dock windows are movable; otherwise returns false. See the "dockWindowsMovable" property for details. .SH "bool TQMainWindow::getLocation ( TQDockWindow * dw, Dock & dock, int & index, bool & nl, int & extraOffset ) const" Finds the location of the dock window \fIdw\fR. .PP -If the \fIdw\fR dock window is found in the main window the function returns TRUE and populates the \fIdock\fR variable with the dw's dock area and the \fIindex\fR with the dw's position within the dock area. It also sets \fInl\fR to TRUE if the \fIdw\fR begins a new line (otherwise FALSE), and \fIextraOffset\fR with the dock window's offset. +If the \fIdw\fR dock window is found in the main window the function returns true and populates the \fIdock\fR variable with the dw's dock area and the \fIindex\fR with the dw's position within the dock area. It also sets \fInl\fR to true if the \fIdw\fR begins a new line (otherwise false), and \fIextraOffset\fR with the dock window's offset. .PP -If the \fIdw\fR dock window is not found then the function returns FALSE and the state of \fIdock\fR, \fIindex\fR, \fInl\fR and \fIextraOffset\fR is undefined. +If the \fIdw\fR dock window is not found then the function returns false and the state of \fIdock\fR, \fIindex\fR, \fInl\fR and \fIextraOffset\fR is undefined. .PP If you want to save and restore dock window positions then use operator>>() and operator<<(). .PP See also operator>>() and operator<<(). .SH "bool TQMainWindow::hasDockWindow ( TQDockWindow * dw )" -Returns TRUE if \fIdw\fR is a dock window known to the main window; otherwise returns FALSE. +Returns true if \fIdw\fR is a dock window known to the main window; otherwise returns false. .SH "bool TQMainWindow::isCustomizable () const\fC [virtual]\fR" -Returns TRUE if the dock area dock window menu includes the Customize menu item (which calls customize() when clicked). Returns FALSE by default, i.e. the popup menu will not contain a Customize menu item. You will need to reimplement this function and set it to return TRUE if you wish the user to be able to see the dock window menu. +Returns true if the dock area dock window menu includes the Customize menu item (which calls customize() when clicked). Returns false by default, i.e. the popup menu will not contain a Customize menu item. You will need to reimplement this function and set it to return true if you wish the user to be able to see the dock window menu. .PP See also customize(). .SH "bool TQMainWindow::isDockEnabled ( Dock dock ) const" -Returns TRUE if the \fIdock\fR dock area is enabled, i.e. it can accept user dragged dock windows; otherwise returns FALSE. +Returns true if the \fIdock\fR dock area is enabled, i.e. it can accept user dragged dock windows; otherwise returns false. .PP See also setDockEnabled(). .SH "bool TQMainWindow::isDockEnabled ( TQDockArea * area ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Returns TRUE if dock area \fIarea\fR is enabled, i.e. it can accept user dragged dock windows; otherwise returns FALSE. +Returns true if dock area \fIarea\fR is enabled, i.e. it can accept user dragged dock windows; otherwise returns false. .PP See also setDockEnabled(). .SH "bool TQMainWindow::isDockEnabled ( TQDockWindow * tb, Dock dock ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Returns TRUE if dock area \fIdock\fR is enabled for the dock window \fItb\fR; otherwise returns FALSE. +Returns true if dock area \fIdock\fR is enabled for the dock window \fItb\fR; otherwise returns false. .PP See also setDockEnabled(). .SH "bool TQMainWindow::isDockEnabled ( TQDockWindow * dw, TQDockArea * area ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Returns TRUE if dock area \fIarea\fR is enabled for the dock window \fIdw\fR; otherwise returns FALSE. +Returns true if dock area \fIarea\fR is enabled for the dock window \fIdw\fR; otherwise returns false. .PP See also setDockEnabled(). .SH "bool TQMainWindow::isDockMenuEnabled () const" -Returns TRUE, if the dock window menu is enabled; otherwise returns FALSE. +Returns true, if the dock window menu is enabled; otherwise returns false. .PP -The menu lists the (appropriate()) dock windows (which may be shown or hidden), and has a "Line Up Dock Windows" menu item. It will also have a "Customize" menu item if isCustomizable() returns TRUE. +The menu lists the (appropriate()) dock windows (which may be shown or hidden), and has a "Line Up Dock Windows" menu item. It will also have a "Customize" menu item if isCustomizable() returns true. .PP See also setDockEnabled(), lineUpDockWindows(), appropriate(), and setAppropriate(). .SH "TQDockArea * TQMainWindow::leftDock () const" Returns the Left dock area .PP See also rightDock(), topDock(), and bottomDock(). -.SH "void TQMainWindow::lineUpDockWindows ( bool keepNewLines = FALSE )" +.SH "void TQMainWindow::lineUpDockWindows ( bool keepNewLines = false )" This function will line up dock windows within the visible dock areas (Top, Left, Right and Bottom) as compactly as possible. .PP -If \fIkeepNewLines\fR is TRUE, all dock windows stay on their original lines. If \fIkeepNewLines\fR is FALSE then newlines may be removed to achieve the most compact layout possible. +If \fIkeepNewLines\fR is true, all dock windows stay on their original lines. If \fIkeepNewLines\fR is false then newlines may be removed to achieve the most compact layout possible. .PP -The method only works if dockWindowsMovable() returns TRUE. -.SH "void TQMainWindow::lineUpToolBars ( bool keepNewLines = FALSE )" +The method only works if dockWindowsMovable() returns true. +.SH "void TQMainWindow::lineUpToolBars ( bool keepNewLines = false )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .SH "void TQMainWindow::menuAboutToShow ()\fC [protected slot]\fR" This slot is called from the aboutToShow() signal of the default dock menu of the mainwindow. The default implementation initializes the menu with all dock windows and toolbars in this slot. @@ -641,7 +641,7 @@ Moves \fIdockWindow\fR to position \fIindex\fR within the \fIedge\fR dock area. .PP Any dock windows with positions \fIindex\fR or higher have their position number incremented and any of these on the same line are moved right (down for vertical dock areas) to make room. .PP -If \fInl\fR is TRUE, a new dock window line is created below the line in which the moved dock window appears and the moved dock window, with any others with higher positions on the same line, is moved to this new line. +If \fInl\fR is true, a new dock window line is created below the line in which the moved dock window appears and the moved dock window, with any others with higher positions on the same line, is moved to this new line. .PP The \fIextraOffset\fR is the space to put between the left side of the dock area (top side for vertical dock areas) and the dock window. (This is mostly used for restoring dock windows to the positions the user has dragged them to.) .PP @@ -653,7 +653,7 @@ If \fIdockWindow\fR is managed by another main window, it is first removed from .PP This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .SH "bool TQMainWindow::opaqueMoving () const" -Returns TRUE if dock windows are moved opaquely; otherwise returns FALSE. See the "opaqueMoving" property for details. +Returns true if dock windows are moved opaquely; otherwise returns false. See the "opaqueMoving" property for details. .SH "void TQMainWindow::pixmapSizeChanged ( bool )\fC [signal]\fR" This signal is emitted whenever the setUsesBigPixmaps() is called with a value different to the current setting. All widgets that should respond to such changes, e.g. toolbar buttons, must connect to this signal. .SH "void TQMainWindow::removeDockWindow ( TQDockWindow * dockWindow )\fC [virtual]\fR" @@ -665,11 +665,11 @@ Returns the Right dock area .PP See also leftDock(), topDock(), and bottomDock(). .SH "bool TQMainWindow::rightJustification () const" -Returns TRUE if the main window right-justifies its dock windows; otherwise returns FALSE. See the "rightJustification" property for details. +Returns true if the main window right-justifies its dock windows; otherwise returns false. See the "rightJustification" property for details. .SH "void TQMainWindow::setAppropriate ( TQDockWindow * dw, bool a )\fC [virtual slot]\fR" Use this function to control whether or not the \fIdw\fR dock window's caption should appear as a menu item on the dock window menu that lists the dock windows. .PP -If \fIa\fR is TRUE then the \fIdw\fR will appear as a menu item on the dock window menu. The user is able to change the state (show or hide) a dock window that has a menu item by clicking the item; depending on the state of your application, this may or may not be appropriate. If \fIa\fR is FALSE the \fIdw\fR will not appear on the popup menu. +If \fIa\fR is true then the \fIdw\fR will appear as a menu item on the dock window menu. The user is able to change the state (show or hide) a dock window that has a menu item by clicking the item; depending on the state of your application, this may or may not be appropriate. If \fIa\fR is false the \fIdw\fR will not appear on the popup menu. .PP See also showDockMenu(), isCustomizable(), and customize(). .SH "void TQMainWindow::setCentralWidget ( TQWidget * w )\fC [virtual]\fR" @@ -679,19 +679,19 @@ The central widget is surrounded by the left, top, right and bottom dock areas. .PP See also centralWidget(). .SH "void TQMainWindow::setDockEnabled ( Dock dock, bool enable )\fC [virtual]\fR" -If \fIenable\fR is TRUE then users can dock windows in the \fIdock\fR area. If \fIenable\fR is FALSE users cannot dock windows in the \fIdock\fR dock area. +If \fIenable\fR is true then users can dock windows in the \fIdock\fR area. If \fIenable\fR is false users cannot dock windows in the \fIdock\fR dock area. .PP Users can dock (drag) dock windows into any enabled dock area. .SH "void TQMainWindow::setDockEnabled ( TQDockWindow * dw, Dock dock, bool enable )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -If \fIenable\fR is TRUE then users can dock the \fIdw\fR dock window in the \fIdock\fR area. If \fIenable\fR is FALSE users cannot dock the \fIdw\fR dock window in the \fIdock\fR area. +If \fIenable\fR is true then users can dock the \fIdw\fR dock window in the \fIdock\fR area. If \fIenable\fR is false users cannot dock the \fIdw\fR dock window in the \fIdock\fR area. .PP In general users can dock (drag) dock windows into any enabled dock area. Using this function particular dock areas can be enabled (or disabled) as docking points for particular dock windows. .SH "void TQMainWindow::setDockMenuEnabled ( bool b )\fC [virtual slot]\fR" -If \fIb\fR is TRUE, then right clicking on a dock window or dock area will pop up the dock window menu. If \fIb\fR is FALSE, right clicking a dock window or dock area will not pop up the menu. +If \fIb\fR is true, then right clicking on a dock window or dock area will pop up the dock window menu. If \fIb\fR is false, right clicking a dock window or dock area will not pop up the menu. .PP -The menu lists the (appropriate()) dock windows (which may be shown or hidden), and has a "Line Up Dock Windows" item. It will also have a "Customize" menu item if isCustomizable() returns TRUE. +The menu lists the (appropriate()) dock windows (which may be shown or hidden), and has a "Line Up Dock Windows" item. It will also have a "Customize" menu item if isCustomizable() returns true. .PP See also lineUpDockWindows() and isDockMenuEnabled(). .SH "void TQMainWindow::setDockWindowsMovable ( bool )\fC [virtual slot]\fR" @@ -709,7 +709,7 @@ Sets whether big pixmaps are enabled. See the "usesBigPixmaps" property for deta .SH "void TQMainWindow::setUsesTextLabel ( bool )\fC [virtual slot]\fR" Sets whether text labels for toolbar buttons are enabled. See the "usesTextLabel" property for details. .SH "bool TQMainWindow::showDockMenu ( const TQPoint & globalPos )\fC [virtual protected slot]\fR" -Shows the dock menu at the position \fIglobalPos\fR. The menu lists the dock windows so that they can be shown (or hidden), lined up, and possibly customized. Returns TRUE if the menu is shown; otherwise returns FALSE. +Shows the dock menu at the position \fIglobalPos\fR. The menu lists the dock windows so that they can be shown (or hidden), lined up, and possibly customized. Returns true if the menu is shown; otherwise returns false. .PP If you want a custom menu, reimplement this function. You can create the menu from scratch or call createDockWindowMenu() and modify the result. .SH "TQStatusBar * TQMainWindow::statusBar () const" @@ -737,9 +737,9 @@ Returns the Top dock area .PP See also bottomDock(), leftDock(), and rightDock(). .SH "bool TQMainWindow::usesBigPixmaps () const" -Returns TRUE if big pixmaps are enabled; otherwise returns FALSE. See the "usesBigPixmaps" property for details. +Returns true if big pixmaps are enabled; otherwise returns false. See the "usesBigPixmaps" property for details. .SH "bool TQMainWindow::usesTextLabel () const" -Returns TRUE if text labels for toolbar buttons are enabled; otherwise returns FALSE. See the "usesTextLabel" property for details. +Returns true if text labels for toolbar buttons are enabled; otherwise returns false. See the "usesTextLabel" property for details. .SH "void TQMainWindow::usesTextLabelChanged ( bool )\fC [signal]\fR" This signal is emitted whenever the setUsesTextLabel() is called with a value different to the current setting. All widgets that should respond to such changes, e.g. toolbar buttons, must connect to this signal. .SH "void TQMainWindow::whatsThis ()\fC [virtual slot]\fR" @@ -760,9 +760,9 @@ See also TQWhatsThis::enterWhatsThisMode(). .SH "bool dockWindowsMovable" This property holds whether the dock windows are movable. .PP -If TRUE (the default), the user will be able to move movable dock windows from one TQMainWindow dock area to another, including the \fCTearOff\fR area (i.e. where the dock window floats freely as a window in its own right), and the Minimized area (where only the dock window's handle is shown below the menu bar). Moveable dock windows can also be moved within TQMainWindow dock areas, i.e. to rearrange them within a dock area. +If true (the default), the user will be able to move movable dock windows from one TQMainWindow dock area to another, including the \fCTearOff\fR area (i.e. where the dock window floats freely as a window in its own right), and the Minimized area (where only the dock window's handle is shown below the menu bar). Moveable dock windows can also be moved within TQMainWindow dock areas, i.e. to rearrange them within a dock area. .PP -If FALSE the user will not be able to move any dock windows. +If false the user will not be able to move any dock windows. .PP By default dock windows are moved transparently (i.e. only an outline rectangle is shown during the drag), but this setting can be changed with setOpaqueMoving(). .PP @@ -772,7 +772,7 @@ Set this property's value with setDockWindowsMovable() and get this property's v .SH "bool opaqueMoving" This property holds whether dock windows are moved opaquely. .PP -If TRUE the dock windows of the main window are shown opaquely (i.e. it shows the toolbar as it looks when docked) whilst it is being moved. If FALSE (the default) they are shown transparently, (i.e. as an outline rectangle). +If true the dock windows of the main window are shown opaquely (i.e. it shows the toolbar as it looks when docked) whilst it is being moved. If false (the default) they are shown transparently, (i.e. as an outline rectangle). .PP \fBWarning:\fR Opaque moving of toolbars and dockwindows is known to have several problems. We recommend avoiding the use of this feature for the time being. We intend fixing the problems in a future release. .PP @@ -790,7 +790,7 @@ Set this property's value with setRightJustification() and get this property's v .SH "bool usesBigPixmaps" This property holds whether big pixmaps are enabled. .PP -If FALSE (the default), the tool buttons will use small pixmaps; otherwise big pixmaps will be used. +If false (the default), the tool buttons will use small pixmaps; otherwise big pixmaps will be used. .PP Tool buttons and other widgets that wish to respond to this setting are responsible for reading the correct state on startup, and for connecting to the main window's widget's pixmapSizeChanged() signal. .PP |