aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk/autoload.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk/autoload.rb')
-rw-r--r--ext/tk/lib/tk/autoload.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/tk/lib/tk/autoload.rb b/ext/tk/lib/tk/autoload.rb
index bc8274c2e2..f7037b4033 100644
--- a/ext/tk/lib/tk/autoload.rb
+++ b/ext/tk/lib/tk/autoload.rb
@@ -192,6 +192,8 @@ autoload :TkPackage, 'tk/package'
autoload :TkPalette, 'tk/palette'
+autoload :TkRoot, 'tk/root'
+
autoload :TkScrollbox, 'tk/scrollbox'
autoload :TkSelection, 'tk/selection'
@@ -294,7 +296,7 @@ module Tk
:TkRadioButton => 'tk/radiobutton',
:TkRadiobutton => 'tk/radiobutton',
- :TkRoot => 'tk/root',
+ # :TkRoot => 'tk/root',
:TkScale => 'tk/scale',