summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkentry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkentry.rb')
-rw-r--r--ext/tk/lib/tkentry.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tkentry.rb b/ext/tk/lib/tkentry.rb
index e0589802d2..fe9a7b6277 100644
--- a/ext/tk/lib/tkentry.rb
+++ b/ext/tk/lib/tkentry.rb
@@ -117,6 +117,7 @@ class TkEntry<TkLabel
configure(keys)
end
end
+ private :create_self
def configure(slot, value=None)
if slot.kind_of? Hash
@@ -269,6 +270,7 @@ class TkSpinbox<TkEntry
configure(keys)
end
end
+ private :create_self
def identify(x, y)
tk_send 'identify', x, y