# HG changeset patch # User Claus Gittinger # Date 949760138 -3600 # Node ID fa88e14d026dc9b3b310950ed35d334e2e612166 # Parent 45983bc2efe14ba562f986b800a656f9b871ef56 help texts diff -r 45983bc2efe1 -r fa88e14d026d UISpecificationTool.st --- a/UISpecificationTool.st Sat Feb 05 14:36:06 2000 +0100 +++ b/UISpecificationTool.st Sat Feb 05 15:15:38 2000 +0100 @@ -153,6 +153,12 @@ #canvasArgument 'An optional argument passed with the message.' +#canvasFrameLevel +'3D Level of frame around canvas.' + +#canvasInset +'Inset of canvas; a Point or Integer; leave blank for default.' + #canvasSelector 'The name of the message sent to the application after opening the canvas.' @@ -526,7 +532,7 @@ 'Show/hide the directory indicator for the root item.' #showHandle -'Show resize-handles. ' +'Show resize-handles.' #showLabels 'Show/hide column labels.' @@ -658,6 +664,8 @@ 'Aspect providing z-Translation value.' ) + + "Modified: / 5.2.2000 / 03:11:36 / cg" ! ! !UISpecificationTool class methodsFor:'interface specs'! @@ -704,7 +712,7 @@ ) ! ! -!UISpecificationTool methodsFor:'accessing channels'! +!UISpecificationTool methodsFor:'accessing-channels'! modifiedHolder:aValueHolder "set the value holder set to true in case of modifying attributes @@ -718,7 +726,7 @@ ! ! -!UISpecificationTool methodsFor:'accessing specification'! +!UISpecificationTool methodsFor:'accessing-specification'! specification "gets current edit specification