comment
authorClaus Gittinger <cg@exept.de>
Thu, 24 Jul 2008 14:44:31 +0200
changeset 3502 aed0073a23d5
parent 3501 1e571b1b2e15
child 3503 f14e20004081
comment
SyncedMultiColumnTextView.st
--- a/SyncedMultiColumnTextView.st	Thu Jul 24 14:44:15 2008 +0200
+++ b/SyncedMultiColumnTextView.st	Thu Jul 24 14:44:31 2008 +0200
@@ -307,6 +307,8 @@
 !
 
 verticalScrollStep    
+    "return the amount to scroll when stepping up/down (also used for mouseWheel)."
+
     ^ 1.
 
     "Created: / 21.5.1999 / 19:18:09 / cg"
@@ -315,5 +317,5 @@
 !SyncedMultiColumnTextView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libwidg2/SyncedMultiColumnTextView.st,v 1.10 2006-11-22 17:06:52 cg Exp $'
+^ '$Header: /cvs/stx/stx/libwidg2/SyncedMultiColumnTextView.st,v 1.11 2008-07-24 12:44:31 cg Exp $'
 ! !