summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkwinpkg.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-23 16:07:35 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-23 16:07:35 +0000
commitef3e52e3c1cd81d6a631b4f28f82b7f1be78f459 (patch)
treec77c6520287d10d2abab0f6e119d8eb5d7e36a80 /ext/tk/lib/tkwinpkg.rb
parent00eb7c80420cc05b4750eaa7529d762cf89f0fbd (diff)
downloadruby-ef3e52e3c1cd81d6a631b4f28f82b7f1be78f459.tar.gz
ruby-ef3e52e3c1cd81d6a631b4f28f82b7f1be78f459.tar.xz
ruby-ef3e52e3c1cd81d6a631b4f28f82b7f1be78f459.zip
process.c : unify indentation
configure.in : add --enable-setreuid option tcltklib.c : TclTkIp.new accepts 'ip-name' and 'options' ( e.g. TclTkIp.new('FOO', '-geometry 500x200 -use 0x2200009') ) tk.rb : support arguments of TclTkIp.new ( see TkCore::IP_NAME, TkCore::IP_OPTS ) tk*.rb : preparations for multi-Tk interpreter support git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkwinpkg.rb')
-rw-r--r--ext/tk/lib/tkwinpkg.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/tk/lib/tkwinpkg.rb b/ext/tk/lib/tkwinpkg.rb
index a5ac5c7a1..7762b3a59 100644
--- a/ext/tk/lib/tkwinpkg.rb
+++ b/ext/tk/lib/tkwinpkg.rb
@@ -12,6 +12,8 @@ module TkWinDDE
extend Tk
extend TkWinDDE
+ TkCommandNames = ['dde'.freeze].freeze
+
tk_call('package', 'require', 'dde')
def servername(topic=nil)
@@ -50,6 +52,8 @@ module TkWinRegistry
extend Tk
extend TkWinRegistry
+ TkCommandNames = ['registry'.freeze].freeze
+
tk_call('package', 'require', 'registry')
def delete(keynam, valnam=nil)