--- a/Helpviewer/HelpTabBar.py Sat May 17 19:58:49 2014 +0200 +++ b/Helpviewer/HelpTabBar.py Sun May 18 14:13:09 2014 +0200 @@ -137,7 +137,7 @@ def event(self, evt): """ - Protected method to handle event. + Public method to handle event. This event handler just handles the tooltip event and passes the handling of all others to the superclass. @@ -155,7 +155,7 @@ def tabRemoved(self, index): """ - Protected slot to handle the removal of a tab. + Public slot to handle the removal of a tab. @param index index of the removed tab (integer) """