diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-16 02:12:58 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-16 02:12:58 +0000 |
| commit | b4985335aa27852c47d84298975129040e287b4f (patch) | |
| tree | f4d2fb61caf248d43b667b0edb850b7bb3b9380a | |
| parent | ef297beeefca9d9d3c52d600289d750a7fb57cf3 (diff) | |
* ext/tk/lib/tk.rb(module TkObjecct): extend TkCore module
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ext/tk/lib/tk.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 907f602da..dca4b8892 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -3089,6 +3089,7 @@ module TkConfigMethod end class TkObject<TkKernel + extend TkCore include Tk include TkConfigMethod include TkBindCore |
