mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
* ext/tk/lib/tkextlib/tile/dialog.rb: forget to give an argument. * ext/tk/lib/tkextlib/version.rb: update RELEASE_DATE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9372d4565c
commit
b69b1af650
4 changed files with 12 additions and 3 deletions
|
@ -1,4 +1,13 @@
|
||||||
|
2007-05-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
|
* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
|
||||||
|
|
||||||
|
* ext/tk/lib/tkextlib/tile/dialog.rb: forget to give an argument.
|
||||||
|
|
||||||
|
* ext/tk/lib/tkextlib/version.rb: update RELEASE_DATE.
|
||||||
|
|
||||||
2007-01-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2007-01-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* ext/tk/lib/tkextlib/iwidgets/checkbox.rb: wrong number of arguments
|
* ext/tk/lib/tkextlib/iwidgets/checkbox.rb: wrong number of arguments
|
||||||
[ruby-Bugs-7776].
|
[ruby-Bugs-7776].
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,5 @@ else
|
||||||
# TkPackage.require('Tablelist', '4.2')
|
# TkPackage.require('Tablelist', '4.2')
|
||||||
TkPackage.require('Tablelist')
|
TkPackage.require('Tablelist')
|
||||||
|
|
||||||
requrie 'tkextlib/tcllib/tablelist_core'
|
require 'tkextlib/tcllib/tablelist_core'
|
||||||
end
|
end
|
||||||
|
|
|
@ -51,7 +51,7 @@ class Tk::Tile::Dialog
|
||||||
alias display show
|
alias display show
|
||||||
|
|
||||||
def client_frame
|
def client_frame
|
||||||
window(tk_call_without_enc('::ttk::dialog::clientframe'))
|
window(tk_call_without_enc('::ttk::dialog::clientframe', @path))
|
||||||
end
|
end
|
||||||
|
|
||||||
def cget(slot)
|
def cget(slot)
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
# release date of tkextlib
|
# release date of tkextlib
|
||||||
#
|
#
|
||||||
module Tk
|
module Tk
|
||||||
Tkextlib_RELEASE_DATE = '2007-01-26'.freeze
|
Tkextlib_RELEASE_DATE = '2007-05-26'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue