diff -r 75b64f9e517c -r 9a89687a081e eric6/APIs/Python3/eric6.api --- a/eric6/APIs/Python3/eric6.api Sat Aug 15 19:16:26 2020 +0200 +++ b/eric6/APIs/Python3/eric6.api Sat Aug 15 19:17:47 2020 +0200 @@ -9067,6 +9067,7 @@ eric6.UI.UserInterface.UserInterface.getOriginalPathString?4() eric6.UI.UserInterface.UserInterface.getToolBarIconSize?4() eric6.UI.UserInterface.UserInterface.getToolbar?4(name) +eric6.UI.UserInterface.UserInterface.getToolbarsByCategory?4(category) eric6.UI.UserInterface.UserInterface.getViewProfile?4() eric6.UI.UserInterface.UserInterface.handleUrl?4(url) eric6.UI.UserInterface.UserInterface.isOnline?4() @@ -9080,11 +9081,11 @@ eric6.UI.UserInterface.UserInterface.performVersionCheck?4(manual=True, alternative=0, showVersions=False) eric6.UI.UserInterface.UserInterface.preferencesChanged?7 eric6.UI.UserInterface.UserInterface.processArgs?4(args) -eric6.UI.UserInterface.UserInterface.registerToolbar?4(name, text, toolbar) +eric6.UI.UserInterface.UserInterface.registerToolbar?4(name, text, toolbar, category="") eric6.UI.UserInterface.UserInterface.reloadAPIs?7 eric6.UI.UserInterface.UserInterface.removeE5Actions?4(actions, actionType='ui') eric6.UI.UserInterface.UserInterface.removeSideWidget?4(widget) -eric6.UI.UserInterface.UserInterface.reregisterToolbar?4(name, text) +eric6.UI.UserInterface.UserInterface.reregisterToolbar?4(name, text, category="") eric6.UI.UserInterface.UserInterface.setDebugProfile?4(save=True) eric6.UI.UserInterface.UserInterface.showAvailableVersionsInfo?4() eric6.UI.UserInterface.UserInterface.showEmailDialog?4(mode, attachFile=None, deleteAttachFile=False)