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/tkdialog.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/tk/lib/tkdialog.rb') diff --git a/ext/tk/lib/tkdialog.rb b/ext/tk/lib/tkdialog.rb index fd6e041576..2c280d5618 100644 --- a/ext/tk/lib/tkdialog.rb +++ b/ext/tk/lib/tkdialog.rb @@ -3,6 +3,8 @@ require "tk" class TkDialog2 < TkWindow extend Tk + TkCommandNames = ['tk_dialog'.freeze].freeze + def self.show(*args) dlog = self.new(*args) dlog.show -- cgit v1.2.3