--- a/Documentation/Source/eric6.E5Gui.E5ToolBarManager.html Sun Feb 15 15:30:50 2015 +0100 +++ b/Documentation/Source/eric6.E5Gui.E5ToolBarManager.html Sun Feb 15 17:22:58 2015 +0100 @@ -108,6 +108,9 @@ <td><a href="#E5ToolBarManager.removeAction">removeAction</a></td> <td>Public method to remove an action from the manager.</td> </tr><tr> +<td><a href="#E5ToolBarManager.removeCategoryActions">removeCategoryActions</a></td> +<td>Public method to remove the actions belonging to a category.</td> +</tr><tr> <td><a href="#E5ToolBarManager.removeToolBar">removeToolBar</a></td> <td>Public method to remove a toolbar added with addToolBar().</td> </tr><tr> @@ -275,7 +278,7 @@ </p><dl> <dt><i>category</i></dt> <dd> -category for the toolbar (string) +category for the actions (string) </dd> </dl><dl> <dt>Returns:</dt> @@ -385,6 +388,16 @@ <dd> reference to the action to be removed (QAction) </dd> +</dl><a NAME="E5ToolBarManager.removeCategoryActions" ID="E5ToolBarManager.removeCategoryActions"></a> +<h4>E5ToolBarManager.removeCategoryActions</h4> +<b>removeCategoryActions</b>(<i>category</i>) +<p> + Public method to remove the actions belonging to a category. +</p><dl> +<dt><i>category</i></dt> +<dd> +category for the actions (string) +</dd> </dl><a NAME="E5ToolBarManager.removeToolBar" ID="E5ToolBarManager.removeToolBar"></a> <h4>E5ToolBarManager.removeToolBar</h4> <b>removeToolBar</b>(<i>toolBar</i>)