mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
854f86e8ba
commit
a09556f064
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue