зеркало из https://github.com/github/ruby.git
* 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:
Родитель
6d83f3afbd
Коммит
92e7fccf41
|
@ -1668,6 +1668,11 @@ module Tk
|
|||
def Tk.update_idletasks
|
||||
update(true)
|
||||
end
|
||||
def update(idle=nil)
|
||||
# only for backward compatibility (This never be recommended to use)
|
||||
Tk.update(idle)
|
||||
self
|
||||
end
|
||||
|
||||
=begin
|
||||
# See tcltklib.c for the reason of why the following methods are disabled.
|
||||
|
|
Загрузка…
Ссылка в новой задаче