diff -r 423835fb1204 -r 1d85539ac41a E5Gui/E5ToolBarManager.py --- a/E5Gui/E5ToolBarManager.py Sat Jun 29 18:40:45 2013 +0200 +++ b/E5Gui/E5ToolBarManager.py Sun Jun 30 20:03:24 2013 +0200 @@ -53,7 +53,7 @@ def __toolBarByName(self, name): """ - Private slot to get a toolbar by it's object name. + Private slot to get a toolbar by its object name. @param name object name of the toolbar (string) @return reference to the toolbar (QToolBar) @@ -259,7 +259,7 @@ def resetToolBar(self, toolBar): """ - Public method to reset a toolbar to it's default state. + Public method to reset a toolbar to its default state. @param toolBar reference to the toolbar to configure (QToolBar) """ @@ -634,7 +634,7 @@ def actionById(self, aID): """ - Public method to get an action given it's id. + Public method to get an action given its id. @param aID id of the action object (integer) @return reference to the action (QAction) @@ -645,7 +645,7 @@ def toolBarById(self, tbID): """ - Public method to get a toolbar given it's id. + Public method to get a toolbar given its id. @param tbID id of the toolbar object (integer) @return reference to the toolbar (QToolBar) @@ -656,7 +656,7 @@ def toolBarActions(self, tbID): """ - Public method to get a toolbar's actions given it's id. + Public method to get a toolbar's actions given its id. @param tbID id of the toolbar object (integer) @return list of actions (list of QAction) @@ -676,7 +676,7 @@ def defaultToolBarActions(self, tbID): """ - Public method to get a default toolbar's actions given it's id. + Public method to get a default toolbar's actions given its id. @param tbID id of the default toolbar object (integer) @return list of actions (list of QAction)