# HG changeset patch # User Claus Gittinger # Date 1138609894 -3600 # Node ID a0c51ed97fc3c2ed0a42a0c2a91da5bea70eda16 # Parent 9166ba3ce7c33f5a5fedad7bb354f64bc583d9c2 autoScrollHoriz is now configurable diff -r 9166ba3ce7c3 -r a0c51ed97fc3 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 + " + + + + ^ super helpSpec addPairsFrom:#( + +#autoScrollHorizontal +'' + +) +! ! + !UISpecificationTool class methodsFor:'interface specs'! windowSpec