In Files

  • tk/lib/tkextlib/tkimg/xpm.rb

Class/Module Index [+]

Quicksearch

Tk::Img::XPM

Constants

PACKAGE_NAME

Public Class Methods

package_name() click to toggle source
 
               # File tk/lib/tkextlib/tkimg/xpm.rb, line 20
def self.package_name
  PACKAGE_NAME
end
            
package_version() click to toggle source
 
               # File tk/lib/tkextlib/tkimg/xpm.rb, line 24
def self.package_version
  begin
    TkPackage.require('img::xpm')
  rescue
    ''
  end
end