diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/ntqtoolbox.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-ccbc1c35.tar.gz tqt-ccbc1c35.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbox.html')
-rw-r--r-- | doc/html/ntqtoolbox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqtoolbox.html b/doc/html/ntqtoolbox.html index a98e1cf15..483a7037f 100644 --- a/doc/html/ntqtoolbox.html +++ b/doc/html/ntqtoolbox.html @@ -110,7 +110,7 @@ changed. </h3> Constructs a toolbox called <em>name</em> with parent <em>parent</em> and flags <em>f</em>. -<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & label ) +<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a> * item, const <a href="tqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & label ) </h3> Adds the widget <em>item</em> in a new tab at bottom of the toolbox. The @@ -146,7 +146,7 @@ Returns the toolbox's current item, or 0 if the toolbox is empty. Returns the index of item <em>item</em>, or -1 if the item does not exist. -<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int index, <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & label ) +<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int index, <a href="tqwidget.html">TQWidget</a> * item, const <a href="tqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & label ) </h3> Inserts the widget <em>item</em> at position <em>index</em>, or at the bottom of the toolbox if <em>index</em> is out of range. The new item's label @@ -170,7 +170,7 @@ Returns TRUE if the item at position <em>index</em> is enabled; otherwise return Returns the item at position <em>index</em>, or 0 if there is no such item. -<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="itemIconSet"></a>TQToolBox::itemIconSet ( int index ) const +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="itemIconSet"></a>TQToolBox::itemIconSet ( int index ) const </h3> Returns the icon of the item at position <em>index</em>, or a null icon if <em>index</em> is out of range. @@ -213,7 +213,7 @@ Sets the current item to be <em>item</em>. If <em>enabled</em> is TRUE then the item at position <em>index</em> is enabled; otherwise item <em>index</em> is disabled. -<h3 class=fn>void <a name="setItemIconSet"></a>TQToolBox::setItemIconSet ( int index, const <a href="ntqiconset.html">TQIconSet</a> & iconSet ) +<h3 class=fn>void <a name="setItemIconSet"></a>TQToolBox::setItemIconSet ( int index, const <a href="tqiconset.html">TQIconSet</a> & iconSet ) </h3> Sets the icon of the item at position <em>index</em> to <em>iconSet</em>. |