]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/ticker.py
reduce the number of objects for a quicker startup time
[wxWidgets.git] / wxPython / wx / lib / ticker.py
index d13a9455483e27ffefaf8605b69c8bfa84247237..927d98082e7c784eebe56c6c5151d90d954b4b79 100644 (file)
 
 """News-ticker style scrolling text control
 
-    Can scroll from right to left or left to right.
-    Speed of the ticking is controlled by two parameters:
-        Frames per Second(FPS): How many times per second the ticker updates
-        Pixels per Frame(PPF): How many pixels the text moves each update
-    Low FPS with high PPF will result in "jumpy" text, lower PPF with higher FPS
-    is smoother (but blurrier and more CPU intensive) text.
+    * Can scroll from right to left or left to right.
+    
+    * Speed of the ticking is controlled by two parameters:
+    
+      - Frames per Second(FPS): How many times per second the ticker updates
+      
+      - Pixels per Frame(PPF): How many pixels the text moves each update
+
+Low FPS with high PPF will result in "jumpy" text, lower PPF with higher FPS
+is smoother (but blurrier and more CPU intensive) text.
 """
 
 import wx