mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2850b7c481
It allows to create ruby objects for widgets created on Tcl/Tk. (e.g. TkButton.new('widgetname'=>'.bbb', 'no_create'=>true) ) It is useful for some Tcl/Tk Mega Widgets. MANIFEST, README : forgot to commit when added tkmacpkg.rb and tkwinpkg.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
28 lines
426 B
Text
28 lines
426 B
Text
MANIFEST
|
|
extconf.rb
|
|
depend
|
|
tkutil.c
|
|
lib/README
|
|
lib/tk.rb
|
|
lib/tkafter.rb
|
|
lib/tkbgerror.rb
|
|
lib/tkcanvas.rb
|
|
lib/tkclass.rb
|
|
lib/tkdialog.rb
|
|
lib/tkentry.rb
|
|
lib/tkfont.rb
|
|
lib/tkmacpkg.rb
|
|
lib/tkmenubar.rb
|
|
lib/tkmngfocus.rb
|
|
lib/tkpalette.rb
|
|
lib/tkscrollbox.rb
|
|
lib/tktext.rb
|
|
lib/tkvirtevent.rb
|
|
lib/tkwinpkg.rb
|
|
sample/tkbiff.rb
|
|
sample/tkbrowse.rb
|
|
sample/tkdialog.rb
|
|
sample/tkfrom.rb
|
|
sample/tkhello.rb
|
|
sample/tkline.rb
|
|
sample/tktimer.rb
|