* recover and fix typo : Tk.chooseDirectory (Tk8.4 feature)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2003-07-17 06:40:28 +00:00
parent 81cb5de20b
commit 9a27cf9499

View File

@ -859,6 +859,10 @@ module TkCore
tk_call 'tk_getSaveFile', *hash_kv(keys)
end
def chooseDirectory(keys = nil)
tk_call 'tk_chooseDirectory', *hash_kv(keys)
end
def chooseColor(keys = nil)
tk_call 'tk_chooseColor', *hash_kv(keys)
end