diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-05 07:46:44 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-05 07:46:44 +0000 |
commit | 5f7a2d63cfff110d8f121358ca4cccd8e533efe2 (patch) | |
tree | 0b62b62db7ba712242415b9f0df9aa9921f6825e | |
parent | e64169e8afb5f11299f9f77c82eef269ea3eb67e (diff) | |
download | ruby-5f7a2d63cfff110d8f121358ca4cccd8e533efe2.tar.gz ruby-5f7a2d63cfff110d8f121358ca4cccd8e533efe2.tar.xz ruby-5f7a2d63cfff110d8f121358ca4cccd8e533efe2.zip |
* ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/tk/ChangeLog.tkextlib | 4 | ||||
-rw-r--r-- | ext/tk/lib/tkextlib/tile.rb | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ext/tk/ChangeLog.tkextlib b/ext/tk/ChangeLog.tkextlib index 75966a85b..94f05c230 100644 --- a/ext/tk/ChangeLog.tkextlib +++ b/ext/tk/ChangeLog.tkextlib @@ -1,5 +1,9 @@ 2005-03-05 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + * ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar" + +2005-03-05 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + * ext/tk/lib/tkextlib/tile.rb: support tile-0.6 * ext/tk/lib/tkextlib/tile/tbutton.rb: ditto diff --git a/ext/tk/lib/tkextlib/tile.rb b/ext/tk/lib/tkextlib/tile.rb index e93fcb9c1..1c3e6a715 100644 --- a/ext/tk/lib/tkextlib/tile.rb +++ b/ext/tk/lib/tkextlib/tile.rb @@ -84,6 +84,8 @@ module Tk autoload :TNotebook, 'tkextlib/tile/tnotebook' + autoload :TProgressbar, 'tkextlib/tile/tprogressbar' + autoload :TRadioButton, 'tkextlib/tile/tradiobutton' autoload :TRadiobutton, 'tkextlib/tile/tradiobutton' |