aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/tktextframe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tktextframe.rb')
-rw-r--r--ext/tk/sample/tktextframe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/sample/tktextframe.rb b/ext/tk/sample/tktextframe.rb
index d1076c5b72..78efdf0970 100644
--- a/ext/tk/sample/tktextframe.rb
+++ b/ext/tk/sample/tktextframe.rb
@@ -51,6 +51,7 @@ class TkTextFrame < TkText
# do configure
configure keys unless keys.empty?
end
+ private :initialize_composite
# set background color of text widget
def textbackground(color = nil)