E5Gui/E5SideBar.py

changeset 2953
703452a2876f
parent 2824
858412c29c34
child 2990
583beaf0b4b8
--- a/E5Gui/E5SideBar.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/E5Gui/E5SideBar.py	Sat Sep 28 19:06:25 2013 +0200
@@ -422,6 +422,7 @@
     def setOrientation(self, orient):
         """
         Public method to set the orientation of the sidebar.
+
         @param orient orientation of the sidebar (North, East, South, West)
         """
         if orient == E5SideBar.North:
@@ -500,7 +501,7 @@
         Public method to set the tooltip text of a tab.
         
         @param index index of the tab (integer)
-        @param tooltip text text to set (string)
+        @param tip tooltip text to set (string)
         """
         self.__tabBar.setTabToolTip(index, tip)
     
@@ -518,7 +519,7 @@
         Public method to set the WhatsThis text of a tab.
         
         @param index index of the tab (integer)
-        @param WhatsThis text text to set (string)
+        @param text WhatsThis text to set (string)
         """
         self.__tabBar.setTabWhatsThis(index, text)
     

eric ide

mercurial