SyncedMultiColumnTextView.st
changeset 3502 aed0073a23d5
parent 3159 c504c98aaa49
child 4125 1792b29efdea
--- 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 $'
 ! !