• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

tests/H15-Apr-2019-14390

READMEH A D15-Apr-2019838 2318

canvas.tclH A D15-Apr-20196.8 KiB288238

class.docH A D15-Apr-20195.3 KiB219155

class.tclH A D15-Apr-20193.6 KiB14079

dg_bug.tclH A D15-Apr-20194.2 KiB159109

dg_error.tclH A D15-Apr-20191.5 KiB6838

dg_file.tclH A D15-Apr-20192.1 KiB8754

dg_num.tclH A D15-Apr-20192.2 KiB7945

dg_string.tclH A D15-Apr-20191.9 KiB7846

dg_yn.tclH A D15-Apr-20191.4 KiB6335

dg_ync.tclH A D15-Apr-20191.6 KiB6738

filesel.tclH A D15-Apr-20195.6 KiB247182

hooks.tclH A D15-Apr-20192.4 KiB10254

key.tclH A D15-Apr-20192.3 KiB7336

label.tclH A D15-Apr-20191.1 KiB3016

menus.tclH A D15-Apr-20192.7 KiB8146

ruler.tclH A D15-Apr-20195.9 KiB209140

support.tclH A D15-Apr-20197.5 KiB259170

tclIndexH A D15-Apr-20196.5 KiB125123

testlibH A D15-Apr-20191,016 5638

textwin.tclH A D15-Apr-20191.9 KiB5837

time.classH A D15-Apr-2019767

README

1This directory contains some Tk widgets I use frequently.  Some of the
2code uses my class system (implemented in class.tcl, documented in
3class.doc).  That's right, yet another class system.  This one is very
4minimal and reasonably efficient.
5
6The important files are --
7
8testlib				Allow the user to run various tests
9
10class.doc			Documentation for class system
11class.tcl			Class system
12warn.xbm			Until Tk 3.3 becomes widespread...
13
14support.tcl			Miscellaneous routines
15dialog_bug.tcl			Send bug notification via email
16dialog_error.tcl		Report user error
17dialog_string.tcl		Allow user to select a string
18dialog_yn.tcl			Allow user to respond yes/no
19dialog_ync.tcl			Allow user to respond yes/no/cancel
20dialog_file.tcl			Allow user to select file
21    fileselector.tcl		File selection widget
22    stringbrowser.tcl		List of strings widget
23