mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
10484e5c95
after scripts [ruby-dev:25479]: NULL current namespce when deleting Tk interpreter [ruby-talk:126225] * ext/tcltklib/extconf.rb: bug fix; TCL_ENABLE_THREAD flag is inverted [ruby-talk:126360] * ext/tcltklib/extconf.rb: add yet another native-thread check * ext/tk/tkutil.c: fix SEGV bug; NULL string pointer when finalize Ruby interpreter * ext/tk/lib/multi-tk.rb: avoid warning for deleted safeTk ip frame * ext/tk/lib/tk/bindtag.rb: bug fix; new method of named bindtag doesn't return the created object [ruby-dev:25479] * ext/tk/lib/tk/menu.rb: bug on treating arguments [ruby-dev:25479] * ext/tk/lib/tk.rb: bug fix; cannot accept a callback ID string for a command argument [ruby-dev:25479] * ext/tk/lib/multi-tk.rb: ditto * ext/tk/lib/tk/*.rb: ditto * ext/tk/lib/tkextlib/*.rb: ditto * ext/tk/sample/demos-jp/anilabel.rb: new demo script * ext/tk/sample/demos-en/anilabel.rb: ditto * ext/tk/sample/tkHTML/ss.rb: local variable scope bug fix [ruby-dev:25479] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
tk | ||
tkextlib | ||
multi-tk.rb | ||
README | ||
remote-tk.rb | ||
tk.rb | ||
tkafter.rb | ||
tkbgerror.rb | ||
tkcanvas.rb | ||
tkclass.rb | ||
tkconsole.rb | ||
tkdialog.rb | ||
tkentry.rb | ||
tkfont.rb | ||
tkmacpkg.rb | ||
tkmenubar.rb | ||
tkmngfocus.rb | ||
tkpalette.rb | ||
tkscrollbox.rb | ||
tktext.rb | ||
tkvirtevent.rb | ||
tkwinpkg.rb |
README this file multi-tk.rb multiple Tk interpreter (included safe-Tk) support remotei-tk.rb control remote Tk interpreter on the other process support tk.rb Tk interface tk/ library files construct Ruby/Tk tkextlib/ non-standard Tcl/Tk extension support libraries ********************************************************************* *** The followings exists for backward compatibility only. *** The only thing which they work is that requires current *** library files ( tk/*.rb ). ********************************************************************* tkafter.rb handles Tcl after tkbgerror.rb Tk error module tkcanvas.rb Tk canvas interface tkclass.rb provides generic names for Tk classes tkconsole.rb console command support tkdialog.rb Tk dialog class tkentry.rb Tk entry class tkfont.rb Tk font support tkmacpkg.rb Mac resource support tkmenubar.rb TK menubar utility tkmngfocus.rb focus manager tkpalette.rb pallete support tkscrollbox.rb scroll box, also example of compound widget tktext.rb text classes tkvirtevent.rb virtual event support tkwinpkg.rb Win DDE and registry support