mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode
* ext/tk/lib/tkextlib/bwidget.rb: bug fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
03f61b4177
commit
a727cf52cc
5 changed files with 22 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ module Tk
|
|||
end
|
||||
|
||||
def self.grab(opt, path)
|
||||
tk_call('BWidget::', opt, path)
|
||||
tk_call('BWidget::grab', opt, path)
|
||||
end
|
||||
|
||||
def self.inuse(klass)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ rescue => e
|
|||
err << "\n ['" << target << "'] " << e.class.name << ' : ' << e.message
|
||||
end
|
||||
|
||||
# package:: cursor
|
||||
# package:: style
|
||||
target = 'tkextlib/tcllib/style'
|
||||
begin
|
||||
require target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue