Module | Tk::Itk |
In: |
tk/lib/tkextlib/itk/incr_tk.rb
|
LIBRARY | = | TkVarAccess.new('::itk::library') |
PACKAGE_NAME | = | 'Itk'.freeze |
# File tk/lib/tkextlib/itk/incr_tk.rb, line 28 def self.package_version begin TkPackage.require('Itk') rescue '' end end
# File tk/lib/tkextlib/itk/incr_tk.rb, line 36 def self.usual(arg, *args) tk_call('::itk::usual', arg, *args) end