diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1998-06-26 09:45:09 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1998-06-26 09:45:09 +0000 |
commit | 05da25f297c4d26b6bb454a9649b1dd63a102910 (patch) | |
tree | 568d1118ca9c2c7bfbcaf2d2132a7e870367d407 /lib/tkpalette.rb | |
parent | 839f4c5f3fdb4ea6b270fce17f1c3881060087d4 (diff) |
980626
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tkpalette.rb')
-rw-r--r-- | lib/tkpalette.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tkpalette.rb b/lib/tkpalette.rb index b317330937..a2dc7c87cb 100644 --- a/lib/tkpalette.rb +++ b/lib/tkpalette.rb @@ -1,7 +1,9 @@ # # tkpalette.rb : methods for Tcl/Tk standard library 'palette.tcl' -# 1998/06/18 by Hidetoshi Nagai <[email protected]> +# 1998/06/21 by Hidetoshi Nagai <[email protected]> # +require 'tk' + module TkPalette include Tk extend Tk |