From 556232734e0003ce327d22a7ea1ada57a86a10dd Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 17 Jul 2009 22:09:14 +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/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 56da9cae29..1a4f41b2b1 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 eddc9f0b47..95c2598cfd 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -5265,14 +5265,12 @@ class TkWindow