Namespace
- CLASS Tk::Itk::Archetype
- CLASS Tk::Itk::Component
- CLASS Tk::Itk::Toplevel
- CLASS Tk::Itk::Widget
Methods
Included Modules
Constants
| LIBRARY | = | TkVarAccess.new('::itk::library') |
| PACKAGE_NAME | = | 'Itk'.freeze |
Class Public methods
package_name()
Link
Source: show
# File ext/tk/lib/tkextlib/itk/incr_tk.rb, line 24 def self.package_name PACKAGE_NAME end
package_version()
Link
Source: show
# File ext/tk/lib/tkextlib/itk/incr_tk.rb, line 28 def self.package_version begin TkPackage.require('Itk') rescue '' end end