Documentation/Source/eric6.E5Gui.E5ToolBarManager.html

changeset 4113
feac3108a780
parent 3673
e26d7d0c1088
child 5108
f5cb9cb98e6a
diff -r f15ce9247b7c -r feac3108a780 Documentation/Source/eric6.E5Gui.E5ToolBarManager.html
--- 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>)

eric ide

mercurial