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