Sat, 30 Apr 2016 20:01:30 +0200
Implemented the auto scroller for the new web browser.
<!DOCTYPE html> <html><head> <title>eric6.WebBrowser.AutoScroll</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>eric6.WebBrowser.AutoScroll</h1> <p> Package implementing the auto scroll function. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric6.WebBrowser.AutoScroll.AutoScroller.html">AutoScroller</a></td> <td>Module implementing the automatic scroller.</td> </tr><tr> <td><a href="eric6.WebBrowser.AutoScroll.FrameScroller.html">FrameScroller</a></td> <td>Module implementing an object to scroll a web page.</td> </tr> </table> </body></html>