summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk/entry.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-05 09:15:18 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-05 09:15:18 +0000
commit27425a52ba53d99551b2fd0d8dae672f3f423e64 (patch)
treeab78b764f6cd5f69fdac7d165aec39915dbd8781 /ext/tk/lib/tk/entry.rb
parentff814d4c375e19d246b29ce738c69fca9c3fdbe3 (diff)
* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollable
and Y_Scrollable * ext/tk/lib/tk/entry.rb: include X_Scrollable instead of Scrollable * ext/tk/lib/tk/autoload.rb: define autoload for X_Scrollable and Y_Scrollable git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk/entry.rb')
-rw-r--r--ext/tk/lib/tk/entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk/entry.rb b/ext/tk/lib/tk/entry.rb
index 2a8a9d413c..a3c0e51cdd 100644
--- a/ext/tk/lib/tk/entry.rb
+++ b/ext/tk/lib/tk/entry.rb
@@ -9,7 +9,7 @@ require 'tk/scrollable'
require 'tk/validation'
class TkEntry<TkLabel
- include Scrollable
+ include X_Scrollable
include TkValidation
TkCommandNames = ['entry'.freeze].freeze