Documentation/Source/eric5.E5Gui.E5ToolBox.html

changeset 2137
5a9bdcb8c934
parent 1399
b0f9840a6aea
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.E5Gui.E5ToolBox.html	Thu Oct 11 19:09:10 2012 +0200
+++ b/Documentation/Source/eric5.E5Gui.E5ToolBox.html	Sat Oct 13 17:49:13 2012 +0200
@@ -70,6 +70,9 @@
 <td><a href="#E5HorizontalToolBox.insertItem">insertItem</a></td>
 <td>Public method to add a widget to the toolbox.</td>
 </tr><tr>
+<td><a href="#E5HorizontalToolBox.removeItem">removeItem</a></td>
+<td>Public method to remove a widget from the toolbox.</td>
+</tr><tr>
 <td><a href="#E5HorizontalToolBox.setItemEnabled">setItemEnabled</a></td>
 <td>Public method to set the enabled state of an item.</td>
 </tr><tr>
@@ -136,6 +139,16 @@
 <dd>
 index of the added widget (integer)
 </dd>
+</dl><a NAME="E5HorizontalToolBox.removeItem" ID="E5HorizontalToolBox.removeItem"></a>
+<h4>E5HorizontalToolBox.removeItem</h4>
+<b>removeItem</b>(<i>index</i>)
+<p>
+        Public method to remove a widget from the toolbox.
+</p><dl>
+<dt><i>index</i></dt>
+<dd>
+index of the widget to remove (integer)
+</dd>
 </dl><a NAME="E5HorizontalToolBox.setItemEnabled" ID="E5HorizontalToolBox.setItemEnabled"></a>
 <h4>E5HorizontalToolBox.setItemEnabled</h4>
 <b>setItemEnabled</b>(<i>index, enabled</i>)

eric ide

mercurial