From 3e30d5452c75f4d18526870276eb82115c1df286 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 9 Dec 2003 14:38:15 +0000 Subject: * overrided instance methods, which are private methods on the super class, are changed to 'private' git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 26 ++++++++++++++++++++++++++ ext/tk/lib/tkcanvas.rb | 22 ++++++++++++++++++++++ ext/tk/lib/tkdialog.rb | 1 + ext/tk/lib/tkentry.rb | 2 ++ ext/tk/lib/tkscrollbox.rb | 1 + ext/tk/lib/tktext.rb | 3 +++ 6 files changed, 55 insertions(+) (limited to 'ext/tk/lib') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 69c214175..a73f15e36 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4458,6 +4458,8 @@ class TkRoot