File: spindate

package info (click to toggle)
fv 3.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 46,832 kB
  • ctags: 28,320
  • sloc: ansic: 326,054; tcl: 83,452; sh: 8,981; yacc: 4,738; makefile: 3,176; fortran: 2,613; lex: 512; awk: 273; perl: 265; csh: 20
file content (14 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# ----------------------------------------------------------------------
#  DEMO: spindate in [incr Widgets]
# ----------------------------------------------------------------------
#\
exec itkwish -f "$0" ${1+"$@"}
package require -exact Iwidgets 2.2

# itkwish interprets the rest...
# ----------------------------------------------------------------------
option add *textBackground seashell

iwidgets::spindate .sd -monthformat string
pack .sd