Methods
P
Constants
PACKAGE_NAME = 'img::tga'.freeze
 
Class Public methods
package_name()
# File ext/tk/lib/tkextlib/tkimg/tga.rb, line 20
def self.package_name
  PACKAGE_NAME
end
package_version()
# File ext/tk/lib/tkextlib/tkimg/tga.rb, line 24
def self.package_version
  begin
    TkPackage.require('img::tga')
  rescue
    ''
  end
end