Methods
A
N
P
U
Constants
PACKAGE_NAME = 'autoscroll'.freeze
 
Class Public methods
autoscroll(win)
# File ext/tk/lib/tkextlib/tcllib/autoscroll.rb, line 51
def self.autoscroll(win)
  Tk::Tcllib::Autoscroll.not_available
end
not_available()
# File ext/tk/lib/tkextlib/tcllib/autoscroll.rb, line 47
def self.not_available
  fail RuntimeError, "'tkextlib/tcllib/autoscroll' extension is not available on your current environment."
end
package_name()
# File ext/tk/lib/tkextlib/tcllib/autoscroll.rb, line 35
def self.package_name
  PACKAGE_NAME
end
package_version()
# File ext/tk/lib/tkextlib/tcllib/autoscroll.rb, line 39
def self.package_version
  begin
    TkPackage.require('autoscroll')
  rescue
    ''
  end
end
unautoscroll(win)
# File ext/tk/lib/tkextlib/tcllib/autoscroll.rb, line 55
def self.unautoscroll(win)
  Tk::Tcllib::Autoscroll.not_available
end