summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkextlib/treectrl/www-options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkextlib/treectrl/www-options.rb')
-rw-r--r--ext/tk/sample/tkextlib/treectrl/www-options.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/sample/tkextlib/treectrl/www-options.rb b/ext/tk/sample/tkextlib/treectrl/www-options.rb
index 2b0f75e85e..efa55ca06c 100644
--- a/ext/tk/sample/tkextlib/treectrl/www-options.rb
+++ b/ext/tk/sample/tkextlib/treectrl/www-options.rb
@@ -276,7 +276,7 @@ end
def optionMotion1(w, x, y)
case @Priv['buttonMode']
when 'resize', 'header'
- Tk::TreeCtrl::BindCallback.Motion1(w, x, y)
+ Tk::TreeCtrl::BindCallback.motion1(w, x, y)
end
end
@@ -297,7 +297,7 @@ end
def optionRelease1(w, x, y)
case @Priv['buttonMode']
when 'resize', 'header'
- Tk::TreeCtrl::BindCallback.Release1(w, x, y)
+ Tk::TreeCtrl::BindCallback.release1(w, x, y)
end
@Priv['buttonMode'] = ''
end