diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-01 17:22:02 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-01 17:22:02 +0000 |
| commit | 307ae8e378ebf671d0e9f4eb98d4dc031e52b7b1 (patch) | |
| tree | a519d006d5e227821a80d455b191d30531325d4d /ChangeLog | |
| parent | be2a22f54f3ffb652a505d36498e30557c515eec (diff) | |
| download | ruby-307ae8e378ebf671d0e9f4eb98d4dc031e52b7b1.tar.gz ruby-307ae8e378ebf671d0e9f4eb98d4dc031e52b7b1.tar.xz ruby-307ae8e378ebf671d0e9f4eb98d4dc031e52b7b1.zip | |
* ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'
option without 'widgetname' option to allow creating a widget object
which is used as an argument of Tcl/Tk's widget allocation commands.
* ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename'
option to create a image object by the given name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Apr 2 02:19:11 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating' + option without 'widgetname' option to allow creating a widget object + which is used as an argument of Tcl/Tk's widget allocation commands. + + * ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename' + option to create a image object by the given name. + Thu Mar 31 23:52:48 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index. |
