Methods
- N
- P
- U
Constants
| PACKAGE_NAME | = | 'style'.freeze |
Class Public methods
names()
Link
Source: show
# File ext/tk/lib/tkextlib/tcllib/style.rb, line 31 def self.names Tk::Tcllib::Style.not_available end
not_available()
Link
Source: show
# File ext/tk/lib/tkextlib/tcllib/style.rb, line 27 def self.not_available fail RuntimeError, "'tkextlib/tcllib/style' extension is not available on your current environment." end
package_name()
Link
Source: show
# File ext/tk/lib/tkextlib/tcllib/style.rb, line 15 def self.package_name PACKAGE_NAME end