summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-02-22 17:45:21 (GMT)
committerfvogel <fvogel@noemail.net>2016-02-22 17:45:21 (GMT)
commitc9241178ec569c2db76e784eba825ec70e68f627 (patch)
treec14825bff5cd715c661ed4fb99ebd24f0a2343f6
parent544b384f1fc4698eb334603064a3c3c3b0e38697 (diff)
downloadtk-c9241178ec569c2db76e784eba825ec70e68f627.zip
tk-c9241178ec569c2db76e784eba825ec70e68f627.tar.gz
tk-c9241178ec569c2db76e784eba825ec70e68f627.tar.bz2
Added missing comments describing input parameters of some procs
FossilOrigin-Name: cde00753b552d26e104d9bcac34b3b55dce3a94b
-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