diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-13 17:07:26 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-13 17:07:26 +0000 |
| commit | e30d25667318f6d758b82da704f06b631623a50e (patch) | |
| tree | f606c681180beb846a65b950cfddf9b7d989df2b /ChangeLog | |
| parent | 25d28732cbe56e1123de9479fff0732a0ad46912 (diff) | |
| download | ruby-e30d25667318f6d758b82da704f06b631623a50e.tar.gz ruby-e30d25667318f6d758b82da704f06b631623a50e.tar.xz ruby-e30d25667318f6d758b82da704f06b631623a50e.zip | |
* ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)
& _define_attribute_aliases(hash) to get substitution-argument from
attributes (e.g. subst_arg(:x,:y,:num,:button) --> "%x %y %b %b ").
* ext/tk/lib/tk/event.rb: use _define_attribute_aliases().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Jun 14 02:02:43 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) + & _define_attribute_aliases(hash) to get substitution-argument from + attributes (e.g. subst_arg(:x,:y,:num,:button) --> "%x %y %b %b "). + + * ext/tk/lib/tk/event.rb: use _define_attribute_aliases(). + Mon Jun 13 13:03:08 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] |
