Gui: move reloadActive() to WorkbenchPy base class

This commit is contained in:
wmayer
2022-02-18 07:51:47 +01:00
parent fdc4196384
commit fe2719014b
4 changed files with 20 additions and 21 deletions

View File

@@ -11,7 +11,7 @@
FatherNamespace="Gui">
<Documentation>
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
<UserDocu>This class handles document objects in group</UserDocu>
<UserDocu>This is the class for Python workbenches</UserDocu>
</Documentation>
<Methode Name="appendMenu">
<Documentation>
@@ -53,11 +53,6 @@
<UserDocu>Remove a command bar</UserDocu>
</Documentation>
</Methode>
<Methode Name="reloadActive" Static="true">
<Documentation>
<UserDocu>Reload the active workbench after changing menus or toolbars</UserDocu>
</Documentation>
</Methode>
<Methode Name="AppendMenu">
<Documentation>
<UserDocu>deprecated -- use appendMenu</UserDocu>