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 | 26dd1065f46922d6c4a007c4ddc8a61a70c6c6fc (patch) | |
| tree | 2295ae0296030277c4d83b189255f9d4f78e5f20 /ext/tk/lib | |
| parent | 7a7bf8b8bf13e9304fd5f87827720cad4e42f136 (diff) | |
* ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
| -rw-r--r-- | ext/tk/lib/tkextlib/tile.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/tile.rb b/ext/tk/lib/tkextlib/tile.rb index e93fcb9c19..1c3e6a715d 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' |
