Methods
Constants
| PACKAGE_NAME | = | 'ipentry'.freeze |
| TkCommandNames | = | ['::ipentry::ipentry'.freeze].freeze |
| WidgetClassName | = | 'IPEntry'.freeze |
Class Public methods
package_name()
Link
Source: show
# File ext/tk/lib/tkextlib/tcllib/ip_entry.rb, line 23 def self.package_name PACKAGE_NAME end
package_version()
Link
Source: show
# File ext/tk/lib/tkextlib/tcllib/ip_entry.rb, line 27 def self.package_version begin TkPackage.require('ipentry') rescue '' end end
Instance Public methods