• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..09-Jun-201421

multi-tk.rbH A D05-Nov-201198.4 KiB

READMEH A D22-May-20111.1 KiB

remote-tk.rbH A D25-Oct-200914.1 KiB

tcltk.rbH A D14-Sep-201110.1 KiB

tk/H09-Jun-201470

tk.rbH A D26-May-2011163.4 KiB

tkafter.rbH A D02-Oct-200957

tkbgerror.rbH A D02-Oct-200963

tkcanvas.rbH A D02-Oct-200960

tkclass.rbH A D02-Oct-2009950

tkconsole.rbH A D02-Oct-200963

tkdialog.rbH A D02-Oct-200960

tkentry.rbH A D02-Oct-200957

tkextlib/H09-Jun-201442

tkfont.rbH A D02-Oct-200954

tkmacpkg.rbH A D02-Oct-200960

tkmenubar.rbH A D02-Oct-200963

tkmngfocus.rbH A D02-Oct-200966

tkpalette.rbH A D02-Oct-200963

tkscrollbox.rbH A D02-Oct-200969

tktext.rbH A D02-Oct-200954

tkvirtevent.rbH A D02-Oct-200969

tkwinpkg.rbH A D02-Oct-200960

README

1README		this file
2multi-tk.rb	multiple Tk interpreter (included safe-Tk) support
3remotei-tk.rb	control remote Tk interpreter on the other process support
4tk.rb		Tk interface
5
6tk/             library files construct Ruby/Tk
7
8tkextlib/       non-standard Tcl/Tk extension support libraries
9
10*********************************************************************
11***  The followings exists for backward compatibility only.
12***  The only thing which they work is that requires current
13***  library files ( tk/*.rb ).
14*********************************************************************
15tkafter.rb	handles Tcl after
16tkbgerror.rb	Tk error module
17tkcanvas.rb	Tk canvas interface
18tkclass.rb	provides generic names for Tk classes
19tkconsole.rb	console command support
20tkdialog.rb	Tk dialog class
21tkentry.rb	Tk entry class
22tkfont.rb	Tk font support
23tkmacpkg.rb	Mac resource support
24tkmenubar.rb	TK menubar utility
25tkmngfocus.rb	focus manager
26tkpalette.rb	pallete support
27tkscrollbox.rb	scroll box, also example of compound widget
28tktext.rb	text classes
29tkvirtevent.rb	virtual event support
30tkwinpkg.rb	Win DDE and registry support
31