mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.
* ext/tk/lib/tk/msgcat.rb: ditto. * ext/tk/lib/tk/winpkg.rb: ditto. * ext/tk/lib/tkextlib/*: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
99cdce85f2
commit
bd47024ab6
48 changed files with 327 additions and 4 deletions
|
@ -12,6 +12,11 @@ require 'tkextlib/tcllib.rb'
|
|||
module Tk
|
||||
module Tcllib
|
||||
module Cursor
|
||||
PACKAGE_NAME = 'cursor'.freeze
|
||||
def self.package_name
|
||||
PACKAGE_NAME
|
||||
end
|
||||
|
||||
def self.package_version
|
||||
begin
|
||||
TkPackage.require('cursor')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue