module Tk::Tcllib::Tkpiechart
Constants
- PACKAGE_NAME
Public Class Methods
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 26 def self.package_name PACKAGE_NAME end
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 30 def self.package_version begin TkPackage.require('tkpiechart') rescue '' end end