diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-14 00:28:31 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-14 00:28:31 +0000 |
| commit | 51ba626181e8dad48c4481eca99496e31de983f1 (patch) | |
| tree | 01a1e7448f09e527436d7b8528b706f4bfdfc413 /ext/tk/sample | |
| parent | 3cbdc4928bf1bb0b39c8f6e3cef6fea047ebc91f (diff) | |
| download | ruby-51ba626181e8dad48c4481eca99496e31de983f1.tar.gz ruby-51ba626181e8dad48c4481eca99496e31de983f1.tar.xz ruby-51ba626181e8dad48c4481eca99496e31de983f1.zip | |
* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
So, disable the feature and waiting for improvement in the future.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample')
| -rw-r--r-- | ext/tk/sample/safe-tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/safe-tk.rb b/ext/tk/sample/safe-tk.rb index 148548efb..2aeae235d 100644 --- a/ext/tk/sample/safe-tk.rb +++ b/ext/tk/sample/safe-tk.rb @@ -81,7 +81,7 @@ p ip.eval_proc(proc{ :command=>proc{ MultiTkIp._proc_on_current_safelevel(y).call(l) }).pack(:fill=>:x, :padx=>5) -if Object.const_defined?(:RubyVM) && ::RubyVM.class == Class +if false && Object.const_defined?(:RubyVM) && ::RubyVM.class == Class TkButton.new(:text=>':command=>proc{Thread.new(l, &y).value}', :command=>proc{ Thread.new(l, &y).value |
