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'. Here's as screenshot and testscript:
#!/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 *"]
Comments