E5Gui/E5ZoomWidget.py

changeset 2990
583beaf0b4b8
parent 2953
703452a2876f
child 3057
10516539f238
child 3160
209a07d7e401
--- a/E5Gui/E5ZoomWidget.py	Sun Oct 06 19:14:26 2013 +0200
+++ b/E5Gui/E5ZoomWidget.py	Sun Oct 06 19:45:29 2013 +0200
@@ -202,7 +202,8 @@
         
         @param mapping list of mapping values (list of integer)
         @param default index of the default value (integer)
-        @keyparam percent flag indicating to show zoom value in percent (boolean)
+        @keyparam percent flag indicating to show zoom value in percent
+            (boolean)
         """
         if mapping:
             self.__mapping = mapping[:]
@@ -227,7 +228,8 @@
         """
         Public method to get the current mapping.
         
-        @return tuple of the mapping and the default index (list of integer, integer)
+        @return tuple of the mapping and the default index
+            (list of integer, integer)
         """
         return self.__mapping[:], self.__default
     

eric ide

mercurial