Module: Tk::Tcllib::Cursor (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/tcllib/cursor.rb

Class/Module Index [+]

Quicksearch

Tk::Tcllib::Cursor

Constants

PACKAGE_NAME

Public Class Methods

cursor_display(win=None)
 
               # File tk/lib/tkextlib/tcllib/cursor.rb, line 33
def self.cursor_display(win=None)
  Tk::Tcllib::Cursor.not_available
end
            
cursor_propagate(win, cursor)
 
               # File tk/lib/tkextlib/tcllib/cursor.rb, line 37
def self.cursor_propagate(win, cursor)
  Tk::Tcllib::Cursor.not_available
end
            
cursor_restore(win, cursor = None)
 
               # File tk/lib/tkextlib/tcllib/cursor.rb, line 41
def self.cursor_restore(win, cursor = None)
  Tk::Tcllib::Cursor.not_available
end
            
not_available()
 
               # File tk/lib/tkextlib/tcllib/cursor.rb, line 29
def self.not_available
  fail RuntimeError, "'tkextlib/tcllib/cursor' extension is not available on your current environment."
end
            
package_name()
 
               # File tk/lib/tkextlib/tcllib/cursor.rb, line 17
def self.package_name
  PACKAGE_NAME
end
            
package_version()
 
               # File tk/lib/tkextlib/tcllib/cursor.rb, line 21
def self.package_version
  begin
    TkPackage.require('cursor')
  rescue
    ''
  end
end