1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* overrided instance methods, which are private methods on the super

class, are changed to 'private'


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2003-12-09 14:38:15 +00:00
parent 8edab1a9b4
commit edc03a2912
16 changed files with 154 additions and 17 deletions

View file

@ -182,6 +182,7 @@ class TkMultiListbox < TkListbox
delegate('borderwidth', @frame)
delegate('relief', @frame)
end
private :initialize_composite
# set 'mode' option of listboxes
def mode(sel_mode)