From d18c64d2978ed08a756f93dde536d943dff523b7 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 17 Jul 2009 22:09:14 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@24180 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 56da9cae2..1a4f41b2b 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(). + Sat Jul 18 06:30:35 2009 NAKAMURA Usaku * include/ruby/win32.h: include winsock headers in extern "C++" for diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index eddc9f0b4..95c2598cf 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -5265,14 +5265,12 @@ class TkWindow