summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2016-02-23 14:03:22 (GMT)
committerdgp <dgp@noemail.net>2016-02-23 14:03:22 (GMT)
commit957836023681fdf25c026a921d4dff1042758629 (patch)
tree8b3f7003b7a0a107ac481f05b9165d114bd4a1fc /library
parenta5bba151933c743f883fb3f1e0b39f7c492464a5 (diff)
parentc9241178ec569c2db76e784eba825ec70e68f627 (diff)
downloadtk-957836023681fdf25c026a921d4dff1042758629.zip
tk-957836023681fdf25c026a921d4dff1042758629.tar.gz
tk-957836023681fdf25c026a921d4dff1042758629.tar.bz2
merge trunk; doc and comment changes only.
FossilOrigin-Name: 6a9ef1a52a0410eb26a39908230124a98df27364
Diffstat (limited to 'library')
-rw-r--r--library/spinbox.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl
index 6a5f829..02584f4 100644
--- a/library/spinbox.tcl
+++ b/library/spinbox.tcl
@@ -336,6 +336,7 @@ proc ::tk::spinbox::ClosestGap {w x} {
# Arguments:
# w - The spinbox window in which the button was pressed.
# x - The x-coordinate of the button press.
+# y - The y-coordinate of the button press.
proc ::tk::spinbox::ButtonDown {w x y} {
variable ::tk::Priv
@@ -388,6 +389,7 @@ proc ::tk::spinbox::ButtonDown {w x y} {
# Arguments:
# w - The spinbox window in which the button was pressed.
# x - The x-coordinate of the button press.
+# y - The y-coordinate of the button press.
proc ::tk::spinbox::ButtonUp {w x y} {
variable ::tk::Priv
@@ -491,6 +493,8 @@ proc ::tk::spinbox::Paste {w x} {
#
# Arguments:
# w - The spinbox window.
+# x - The x-coordinate of the mouse.
+# y - The y-coordinate of the mouse.
proc ::tk::spinbox::Motion {w x y} {
variable ::tk::Priv