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