gnocl::tickerTape

WJG (29/03/11) Added a new gnocl widget today - tickertape. Basically its a wrap around the marquee widget included in Chapter 11 of Krause's 'Foundations of Gtk Development'. Added it because it is reminiscent of the scrolling text see on some media player UIs.

Here's as screenshot and testscript:

https://lh6.googleusercontent.com/_yaFgKvuZ36o/TZItWmB5aII/AAAAAAAAA6I/iRFKi5e64Yo/s800/Screenshot-test-tickerLabel.tcl.png

#!/usr/bin/sh
#\
exec tclsh "$0" "$@"
package require Gnocl


gnocl::window -child [gnocl::tickerTape \
    -baseFont {Sans 12 } \
    -background white \
    -speed 10 \
    -message "Gnocl 0.9.95 * Gnocl 0.9.95 * Gnocl 0.9.95 * Gnocl 0.9.95 *"]