9 lines
300 B
Text
9 lines
300 B
Text
# ----------------------------------------------------------------------
|
|
# DEMO: spindate in [incr Widgets]
|
|
# ----------------------------------------------------------------------
|
|
package require Iwidgets 4.0
|
|
|
|
option add *textBackground seashell
|
|
|
|
iwidgets::spindate .sd -monthformat brief
|
|
pack .sd
|