sdtcl package
This package has many function use by tksql (application) and by sdsql
(package). The procs it provides are deeply documented in the code only at
the moment.
Just to give an idea you'll find here procs to:
- parse args of a proc and set variables
- debug applications (inspector style, see TkSpy)
- send e-mail (both w/ and w/o attach, to send attach uses ::smtp)
- display messages
- transform US numbers to European
- ClockScan to cope w/ European date format
- print an array and format data for groff (used from tkTable)
- create "yellow tip" both on widgets and canvas tags
- create array that don't complain for non existent elements
- play w/ month and week boudaries
- hilight a pattern in a text or set tags on all words of a text that
follow a pattern
- many more...
It used to have also other functions to create layout in a very simple way.
Now I have gathered them in layout package.