From 00b66b7edb65473436eadead247f6dba996c8f5f Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 17 Jul 2009 22:10:31 +0000 Subject: [PATCH] * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). Extend usage pattern of grid_column()/grid_row(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/tk/lib/tk.rb | 24 +++++++++++++++++++----- ext/tk/lib/tk/grid.rb | 20 +++++++++++++++++--- 3 files changed, 41 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d28644147..1b7a05c7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 18 07:06:31 2009 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). + Extend usage pattern of grid_column()/grid_row(). + Thu Jul 16 23:32:16 2009 Hidetoshi NAGAI * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index eddc9f0b47..95c2598cfd 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -5265,14 +5265,12 @@ class TkWindow