tk.rb :
* 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:
parent
81cb5de20b
commit
9a27cf9499
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user