autoScrollHoriz is now configurable
authorClaus Gittinger <cg@exept.de>
Mon, 30 Jan 2006 09:31:34 +0100
changeset 1963 a0c51ed97fc3
parent 1962 9166ba3ce7c3
child 1964 65e9cc9d0fcf
autoScrollHoriz is now configurable
UISpecificationTool.st
--- a/UISpecificationTool.st	Wed Jan 25 13:22:34 2006 +0100
+++ b/UISpecificationTool.st	Mon Jan 30 09:31:34 2006 +0100
@@ -63,6 +63,29 @@
 "
 ! !
 
+!UISpecificationTool class methodsFor:'help specs'!
+
+helpSpec
+    "This resource specification was automatically generated
+     by the UIHelpTool of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the UIHelpTool may not be able to read the specification."
+
+    "
+     UIHelpTool openOnClass:UISpecificationTool    
+    "
+
+    <resource: #help>
+
+    ^ super helpSpec addPairsFrom:#(
+
+#autoScrollHorizontal
+''
+
+)
+! !
+
 !UISpecificationTool class methodsFor:'interface specs'!
 
 windowSpec