diff options
Diffstat (limited to 'itcl/iwidgets/demos/spintime')
-rw-r--r-- | itcl/iwidgets/demos/spintime | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/itcl/iwidgets/demos/spintime b/itcl/iwidgets/demos/spintime new file mode 100644 index 00000000000..f9674c01a82 --- /dev/null +++ b/itcl/iwidgets/demos/spintime @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------- +# DEMO: spintime in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::spintime .st +pack .st |