Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
# File tk/lib/tkextlib/tclx/tclx.rb, line 31 def self.infox(*args) Tk.tk_call('infox', *args) end
# File tk/lib/tkextlib/tclx/tclx.rb, line 19 def self.package_name PACKAGE_NAME end
# File tk/lib/tkextlib/tclx/tclx.rb, line 23 def self.package_version begin TkPackage.require('Tclx') rescue '' end end