Namespace
Methods
P
U
Included Modules
Constants
LIBRARY = TkVarAccess.new('::itk::library')
 
PACKAGE_NAME = 'Itk'.freeze
 
Class Public methods
package_name()
# File ext/tk/lib/tkextlib/itk/incr_tk.rb, line 24
def self.package_name
  PACKAGE_NAME
end
package_version()
# File ext/tk/lib/tkextlib/itk/incr_tk.rb, line 28
def self.package_version
  begin
    TkPackage.require('Itk')
  rescue
    ''
  end
end
usual(arg, *args)
# File ext/tk/lib/tkextlib/itk/incr_tk.rb, line 36
def self.usual(arg, *args)
  tk_call('::itk::usual', arg, *args)
end
usual_names()
# File ext/tk/lib/tkextlib/itk/incr_tk.rb, line 40
def self.usual_names
  list(tk_call('::itk::usual'))
end