mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.
* ext/tk/sample/scrollframe.rb: forgot a Module definition. * ext/tk/extconf.rb: check unsupported version of tclConfig.sh/tkConfig.sh. It is because current Ruby/Tk doesn't support Tcl/Tk8.6. * ext/tk/extconf.rb: change search step of Tcl/Tk libraries. * ext/tk/lib/tk/namespace.rb: instance_exec() cannot accept a script string. * ext/tk/lib/tk/msgcat.rb: bug fix on treating encodings. Now, ext/tk/sample/tkmsgcat-load_rb*.rb will work. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2fd4dec977
commit
b72256f91c
5 changed files with 59 additions and 33 deletions
|
@ -13,6 +13,8 @@
|
|||
#
|
||||
require 'tk'
|
||||
|
||||
module Tk::RbWidget; end
|
||||
|
||||
class Tk::RbWidget::ScrollFrame < TkFrame
|
||||
include TkComposite
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue