summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-12 21:14:11 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-12 21:14:11 +0000
commit598e9930183162bb8cee510b7931e87a20e2e497 (patch)
treef787d2825c0c66790899ebc24a8343358cd0e86a /ext/tk/lib/tk.rb
parente921ea2d78f693c57fcb289faff3fc126dc8617a (diff)
tk.rb : widget configure returns self (for method call chain)
tkmacpkg.rb : Mac resource (not new but not included untill now) tkwinpkg.rb : Win DDE and registry (not new but not included untill now) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 701392c875..8463e370a8 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -2507,6 +2507,7 @@ class TkObject<TkKernel
tk_call path, 'configure', "-#{slot}", value
end
end
+ self
end
def configure_cmd(slot, value)