diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/html/tqmainwindow.html | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqmainwindow.html')
-rw-r--r-- | doc/html/tqmainwindow.html | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/html/tqmainwindow.html b/doc/html/tqmainwindow.html index 6ad93df3e..21f27247d 100644 --- a/doc/html/tqmainwindow.html +++ b/doc/html/tqmainwindow.html @@ -273,7 +273,7 @@ moving dock windows you can specify their 'edge' (dock area). The currently available edges are: <a href="ntqt.html#Dock-enum">Top</a>, <a href="ntqt.html#Dock-enum">Left</a>, <a href="ntqt.html#Dock-enum">Right</a>, <a href="ntqt.html#Dock-enum">Bottom</a>, <a href="ntqt.html#Dock-enum">Minimized</a> (effectively a 'hidden' dock area) and <a href="ntqt.html#Dock-enum">TornOff</a> (floating). See <a href="ntqt.html#Dock-enum">TQt::Dock</a> for an explanation of these areas. Note that the *ToolBar functions are included for backward compatibility; all new code should use the *DockWindow functions. -TQToolbar is a subclass of <a href="ntqdockwindow.html">TQDockWindow</a> so all functions that work +TQToolbar is a subclass of <a href="tqdockwindow.html">TQDockWindow</a> so all functions that work with dock windows work on toolbars in the same way. <p> <a name="dwm"></a> If the user clicks the close button, then the dock window is @@ -293,8 +293,8 @@ dock the floating dock window. (See also <a href="#DockWindows-enum">TQMainWindow::DockWindows</a>.) <p> Some functions change the appearance of a TQMainWindow globally: <ul> -<li> <a href="ntqdockwindow.html#setHorizontalStretchable">TQDockWindow::setHorizontalStretchable</a>() and -<a href="ntqdockwindow.html#setVerticalStretchable">TQDockWindow::setVerticalStretchable</a>() are used to make specific dock +<li> <a href="tqdockwindow.html#setHorizontalStretchable">TQDockWindow::setHorizontalStretchable</a>() and +<a href="tqdockwindow.html#setVerticalStretchable">TQDockWindow::setVerticalStretchable</a>() are used to make specific dock windows or toolbars stretchable. <li> <a href="#setUsesBigPixmaps">setUsesBigPixmaps</a>() is used to set whether tool buttons should draw small or large pixmaps (see <a href="tqiconset.html">TQIconSet</a> for more information). @@ -375,17 +375,17 @@ application is next started), do following: <p> The <a href="tqsettings.html">TQSettings</a> class can be used in conjunction with the streaming operators to store the application's settings. <p> TQMainWindow's management of dock windows and toolbars is done -transparently behind-the-scenes by <a href="ntqdockarea.html">TQDockArea</a>. +transparently behind-the-scenes by <a href="tqdockarea.html">TQDockArea</a>. <p> For multi-document interfaces (MDI), use a <a href="tqworkspace.html">TQWorkspace</a> as the central widget. <p> Adding dock windows, e.g. toolbars, to TQMainWindow's dock areas is straightforward. If the supplied dock areas are not sufficient for your application we suggest that you create a <a href="tqwidget.html">TQWidget</a> subclass and -add your own dock areas (see <a href="ntqdockarea.html">TQDockArea</a>) to the subclass since +add your own dock areas (see <a href="tqdockarea.html">TQDockArea</a>) to the subclass since TQMainWindow provides functionality specific to the standard dock areas it provides. <p> <img src=tqmainwindow-m.png> <img src=tqmainwindow-w.png> -<p> <p>See also <a href="tqtoolbar.html">TQToolBar</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqaction.html">TQAction</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqdialog.html">TQDialog</a>, and <a href="application.html">Main Window and Related Classes</a>. +<p> <p>See also <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqdockwindow.html">TQDockWindow</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqaction.html">TQAction</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqdialog.html">TQDialog</a>, and <a href="application.html">Main Window and Related Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DockWindows-enum"></a>TQMainWindow::DockWindows</h3> @@ -415,7 +415,7 @@ TQMainWindow to be a top level widget then you will need to set <em>f</em> to 0. </h3> Destroys the object and frees any allocated resources. -<h3 class=fn>void <a name="addDockWindow"></a>TQMainWindow::addDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addDockWindow"></a>TQMainWindow::addDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> </h3> Adds <em>dockWindow</em> to the <em>edge</em> dock area. <p> If <em>newLine</em> is FALSE (the default) then the <em>dockWindow</em> is @@ -427,7 +427,7 @@ top-most) dock window. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="addDockWindow-2"></a>TQMainWindow::addDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addDockWindow-2"></a>TQMainWindow::addDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds <em>dockWindow</em> to the dock area with label <em>label</em>. @@ -440,17 +440,17 @@ dock window. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="addToolBar"></a>TQMainWindow::addToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) +<h3 class=fn>void <a name="addToolBar"></a>TQMainWindow::addToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) </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>void <a name="addToolBar-2"></a>TQMainWindow::addToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> *, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) +<h3 class=fn>void <a name="addToolBar-2"></a>TQMainWindow::addToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) </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> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<h3 class=fn>bool <a name="appropriate"></a>TQMainWindow::appropriate ( <a href="ntqdockwindow.html">TQDockWindow</a> * dw ) const +<h3 class=fn>bool <a name="appropriate"></a>TQMainWindow::appropriate ( <a href="tqdockwindow.html">TQDockWindow</a> * dw ) const </h3> Returns TRUE if it is appropriate to include a menu item for the <em>dw</em> dock window in the dock window menu; otherwise returns @@ -461,7 +461,7 @@ that has a menu item by clicking the item. window should appear on the popup menu. <p> <p>See also <a href="#setAppropriate">setAppropriate</a>(). -<h3 class=fn><a href="ntqdockarea.html">TQDockArea</a> * <a name="bottomDock"></a>TQMainWindow::bottomDock () const +<h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="bottomDock"></a>TQMainWindow::bottomDock () const </h3> Returns a pointer the <a href="ntqt.html#Dock-enum">Bottom</a> dock area <p> <p>See also <a href="#topDock">topDock</a>(), <a href="#leftDock">leftDock</a>(), and <a href="#rightDock">rightDock</a>(). @@ -516,7 +516,7 @@ the item to appear then reimplement isCustomizable() to return TRUE, and reimplement this function to do whatever you want. <p> <p>See also <a href="#isCustomizable">isCustomizable</a>(). -<h3 class=fn>void <a name="dockWindowPositionChanged"></a>TQMainWindow::dockWindowPositionChanged ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow )<tt> [signal]</tt> +<h3 class=fn>void <a name="dockWindowPositionChanged"></a>TQMainWindow::dockWindowPositionChanged ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow )<tt> [signal]</tt> </h3> <p> This signal is emitted when the <em>dockWindow</em> has changed its @@ -543,7 +543,7 @@ regardless of which dock area they are in or what their state is, <h3 class=fn>bool <a name="dockWindowsMovable"></a>TQMainWindow::dockWindowsMovable () const </h3><p>Returns TRUE if the dock windows are movable; otherwise returns FALSE. See the <a href="tqmainwindow.html#dockWindowsMovable-prop">"dockWindowsMovable"</a> property for details. -<h3 class=fn>bool <a name="getLocation"></a>TQMainWindow::getLocation ( <a href="ntqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqt.html#Dock-enum">Dock</a> & dock, int & index, bool & nl, int & extraOffset ) const +<h3 class=fn>bool <a name="getLocation"></a>TQMainWindow::getLocation ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqt.html#Dock-enum">Dock</a> & dock, int & index, bool & nl, int & extraOffset ) const </h3> Finds the location of the dock window <em>dw</em>. <p> If the <em>dw</em> dock window is found in the main window the function @@ -558,7 +558,7 @@ is undefined. <a href="#operator-gt-gt">operator>></a>() and <a href="#operator-lt-lt">operator<<</a>(). <p> <p>See also <a href="#operator-gt-gt">operator>></a>() and <a href="#operator-lt-lt">operator<<</a>(). -<h3 class=fn>bool <a name="hasDockWindow"></a>TQMainWindow::hasDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dw ) +<h3 class=fn>bool <a name="hasDockWindow"></a>TQMainWindow::hasDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dw ) </h3> Returns TRUE if <em>dw</em> is a dock window known to the main window; otherwise returns FALSE. @@ -579,21 +579,21 @@ Returns TRUE if the <em>dock</em> dock area is enabled, i.e. it can accept user dragged dock windows; otherwise returns FALSE. <p> <p>See also <a href="#setDockEnabled">setDockEnabled</a>(). -<h3 class=fn>bool <a name="isDockEnabled-2"></a>TQMainWindow::isDockEnabled ( <a href="ntqdockarea.html">TQDockArea</a> * area ) const +<h3 class=fn>bool <a name="isDockEnabled-2"></a>TQMainWindow::isDockEnabled ( <a href="tqdockarea.html">TQDockArea</a> * area ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if dock area <em>area</em> is enabled, i.e. it can accept user dragged dock windows; otherwise returns FALSE. <p> <p>See also <a href="#setDockEnabled">setDockEnabled</a>(). -<h3 class=fn>bool <a name="isDockEnabled-3"></a>TQMainWindow::isDockEnabled ( <a href="ntqdockwindow.html">TQDockWindow</a> * tb, <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn>bool <a name="isDockEnabled-3"></a>TQMainWindow::isDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * tb, <a href="ntqt.html#Dock-enum">Dock</a> dock ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if dock area <em>dock</em> is enabled for the dock window <em>tb</em>; otherwise returns FALSE. <p> <p>See also <a href="#setDockEnabled">setDockEnabled</a>(). -<h3 class=fn>bool <a name="isDockEnabled-4"></a>TQMainWindow::isDockEnabled ( <a href="ntqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqdockarea.html">TQDockArea</a> * area ) const +<h3 class=fn>bool <a name="isDockEnabled-4"></a>TQMainWindow::isDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="tqdockarea.html">TQDockArea</a> * area ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if dock area <em>area</em> is enabled for the dock window @@ -610,7 +610,7 @@ will also have a "Customize" menu item if <a href="#isCustomizable">isCustomizab TRUE. <p> <p>See also <a href="#setDockEnabled">setDockEnabled</a>(), <a href="#lineUpDockWindows">lineUpDockWindows</a>(), <a href="#appropriate">appropriate</a>(), and <a href="#setAppropriate">setAppropriate</a>(). -<h3 class=fn><a href="ntqdockarea.html">TQDockArea</a> * <a name="leftDock"></a>TQMainWindow::leftDock () const +<h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="leftDock"></a>TQMainWindow::leftDock () const </h3> Returns the <a href="ntqt.html#Dock-enum">Left</a> dock area <p> <p>See also <a href="#rightDock">rightDock</a>(), <a href="#topDock">topDock</a>(), and <a href="#bottomDock">bottomDock</a>(). @@ -644,7 +644,7 @@ Returns the menu bar for this window. <p> If there isn't one, then <a href="#menuBar">menuBar</a>() creates an empty menu bar. <p> <p>See also <a href="#statusBar">statusBar</a>(). -<h3 class=fn>void <a name="moveDockWindow"></a>TQMainWindow::moveDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop )<tt> [virtual]</tt> +<h3 class=fn>void <a name="moveDockWindow"></a>TQMainWindow::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop )<tt> [virtual]</tt> </h3> Moves <em>dockWindow</em> to the end of the <em>edge</em>. <p> For vertical edges the end is at the bottom, for horizontal edges @@ -652,7 +652,7 @@ Moves <em>dockWindow</em> to the end of the <em>edge</em>. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="moveDockWindow-2"></a>TQMainWindow::moveDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge, bool nl, int index, int extraOffset = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="moveDockWindow-2"></a>TQMainWindow::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge, bool nl, int index, int extraOffset = -1 )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Moves <em>dockWindow</em> to position <em>index</em> within the <em>edge</em> dock @@ -671,12 +671,12 @@ positions the user has dragged them to.) <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="moveToolBar"></a>TQMainWindow::moveToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop ) +<h3 class=fn>void <a name="moveToolBar"></a>TQMainWindow::moveToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop ) </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>void <a name="moveToolBar-2"></a>TQMainWindow::moveToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a>, bool nl, int index, int extraOffset = -1 ) +<h3 class=fn>void <a name="moveToolBar-2"></a>TQMainWindow::moveToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a>, bool nl, int index, int extraOffset = -1 ) </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> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -692,18 +692,18 @@ 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. -<h3 class=fn>void <a name="removeDockWindow"></a>TQMainWindow::removeDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeDockWindow"></a>TQMainWindow::removeDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow )<tt> [virtual]</tt> </h3> Removes <em>dockWindow</em> from the main window's docking area, provided <em>dockWindow</em> is non-null and managed by this main window. -<h3 class=fn>void <a name="removeToolBar"></a>TQMainWindow::removeToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> * ) +<h3 class=fn>void <a name="removeToolBar"></a>TQMainWindow::removeToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> * ) </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 href="ntqdockarea.html">TQDockArea</a> * <a name="rightDock"></a>TQMainWindow::rightDock () const +<h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="rightDock"></a>TQMainWindow::rightDock () const </h3> Returns the <a href="ntqt.html#Dock-enum">Right</a> dock area <p> <p>See also <a href="#leftDock">leftDock</a>(), <a href="#topDock">topDock</a>(), and <a href="#bottomDock">bottomDock</a>(). @@ -711,7 +711,7 @@ Returns the <a href="ntqt.html#Dock-enum">Right</a> dock area <h3 class=fn>bool <a name="rightJustification"></a>TQMainWindow::rightJustification () const </h3><p>Returns TRUE if the main window right-justifies its dock windows; otherwise returns FALSE. See the <a href="tqmainwindow.html#rightJustification-prop">"rightJustification"</a> property for details. -<h3 class=fn>void <a name="setAppropriate"></a>TQMainWindow::setAppropriate ( <a href="ntqdockwindow.html">TQDockWindow</a> * dw, bool a )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setAppropriate"></a>TQMainWindow::setAppropriate ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, bool a )<tt> [virtual slot]</tt> </h3> Use this function to control whether or not the <em>dw</em> dock window's caption should appear as a menu item on the dock window @@ -737,7 +737,7 @@ If <em>enable</em> is TRUE then users can dock windows in the <em>dock</em> area. If <em>enable</em> is FALSE users cannot dock windows in the <em>dock</em> dock area. <p> Users can dock (drag) dock windows into any enabled dock area. -<h3 class=fn>void <a name="setDockEnabled-2"></a>TQMainWindow::setDockEnabled ( <a href="ntqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqt.html#Dock-enum">Dock</a> dock, bool enable )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setDockEnabled-2"></a>TQMainWindow::setDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqt.html#Dock-enum">Dock</a> dock, bool enable )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> If <em>enable</em> is TRUE then users can dock the <em>dw</em> dock window in @@ -826,7 +826,7 @@ Returns this main window's tool tip group. If there isn't one, <a href="#toolTipGroup">toolTipGroup</a>() creates an empty tool tip group. <p> <p>See also <a href="#menuBar">menuBar</a>() and <a href="#statusBar">statusBar</a>(). -<h3 class=fn><a href="ntqdockarea.html">TQDockArea</a> * <a name="topDock"></a>TQMainWindow::topDock () const +<h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="topDock"></a>TQMainWindow::topDock () const </h3> Returns the <a href="ntqt.html#Dock-enum">Top</a> dock area <p> <p>See also <a href="#bottomDock">bottomDock</a>(), <a href="#leftDock">leftDock</a>(), and <a href="#rightDock">rightDock</a>(). @@ -896,7 +896,7 @@ need. Since most dock windows are not stretchable, this usually results in an unjustified right edge (or unjustified bottom edge for a vertical dock area). If enabled, the main window will right-justify its dock windows. -<p> <p>See also <a href="ntqdockwindow.html#setVerticalStretchable">TQDockWindow::setVerticalStretchable</a>() and <a href="ntqdockwindow.html#setHorizontalStretchable">TQDockWindow::setHorizontalStretchable</a>(). +<p> <p>See also <a href="tqdockwindow.html#setVerticalStretchable">TQDockWindow::setVerticalStretchable</a>() and <a href="tqdockwindow.html#setHorizontalStretchable">TQDockWindow::setHorizontalStretchable</a>(). <p>Set this property's value with <a href="#setRightJustification">setRightJustification</a>() and get this property's value with <a href="#rightJustification">rightJustification</a>(). <h3 class=fn>bool <a name="usesBigPixmaps-prop"></a>usesBigPixmaps</h3> |