Helpviewer/HelpWindow.py

changeset 6625
a67fee7bc09c
parent 6296
db9b3a419845
child 6630
bddd12f27a4c
--- a/Helpviewer/HelpWindow.py	Wed Dec 12 19:43:53 2018 +0100
+++ b/Helpviewer/HelpWindow.py	Wed Dec 12 19:52:24 2018 +0100
@@ -1598,7 +1598,16 @@
         @return list of all actions (list of E5Action)
         """
         return self.__actions[:]
-        
+    
+    def getActionsCategory(self):
+        """
+        Public method to get the category of the defined actions.
+        
+        @return category of the actions
+        @rtype str
+        """
+        return "HelpViewer"
+    
     def __initMenus(self):
         """
         Private method to create the menus.

eric ide

mercurial