--- 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>)