From fd46a1da0a41b7939424bc5a393027be7940908e Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 23 Jul 2003 16:07:35 +0000 Subject: 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tkwinpkg.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/tk/lib/tkwinpkg.rb') diff --git a/ext/tk/lib/tkwinpkg.rb b/ext/tk/lib/tkwinpkg.rb index a5ac5c7a1b..7762b3a596 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) -- cgit v1.2.3