mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers
* BWidget extension support on Ruby/Tk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3d8fa55561
commit
d8465ff9ab
138 changed files with 8457 additions and 426 deletions
|
@ -3,12 +3,14 @@
|
|||
# by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
|
||||
#
|
||||
require 'tk'
|
||||
require 'tkextlib/tile.rb'
|
||||
|
||||
# call setup script for general 'tkextlib' libraries
|
||||
require 'tkextlib/setup.rb'
|
||||
|
||||
# call setup script -- <libdir>/tkextlib/tile.rb
|
||||
require(File.dirname(File.expand_path(__FILE__)) + '.rb')
|
||||
module Tk
|
||||
module Tile
|
||||
class TMenubutton < TkMenubutton
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
class Tk::Tile::TMenubutton < TkMenubutton
|
||||
include Tk::Tile::TileWidget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue