* for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6d83f3afbd
commit
92e7fccf41
@ -1668,6 +1668,11 @@ module Tk
|
|||||||
def Tk.update_idletasks
|
def Tk.update_idletasks
|
||||||
update(true)
|
update(true)
|
||||||
end
|
end
|
||||||
|
def update(idle=nil)
|
||||||
|
# only for backward compatibility (This never be recommended to use)
|
||||||
|
Tk.update(idle)
|
||||||
|
self
|
||||||
|
end
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
# See tcltklib.c for the reason of why the following methods are disabled.
|
# See tcltklib.c for the reason of why the following methods are disabled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user