From 3ca633b890706c4f5892a179389b8389b5022dc0 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 23 May 2011 22:37:44 +0000 Subject: * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some environment (reported on [ruby-talk:381444]). * ext/tk/lib/tk/canvas.rb: support creating a canvas item object from an item ID number. * ext/tk/lib/tk/image.rb: import documents which are pull-requested. [Ruby 1.9 - Feature #4595] * ext/tk/lib/tk/extconf.rb: search directories for 64bit library (e.g. /usr/lib64), add some new configure options (see README.tcltklib), and bug fix. * ext/tk/lib/tk/README.tcltklib: modify docs for some new configure options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk/canvas.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ext/tk/lib/tk/canvas.rb') diff --git a/ext/tk/lib/tk/canvas.rb b/ext/tk/lib/tk/canvas.rb index f0cb755bd7..7d3d71675c 100644 --- a/ext/tk/lib/tk/canvas.rb +++ b/ext/tk/lib/tk/canvas.rb @@ -85,6 +85,7 @@ class Tk::Canvas