# HG changeset patch # User Claus Gittinger # Date 1431207010 -7200 # Node ID eceb5d2c552643fb4239d350ebf2dc70921954d3 # Parent 33e1f779fa151cce91cc6134960c008e67e51738 class: UISpecificationTool changed: #helpSpec diff -r 33e1f779fa15 -r eceb5d2c5526 UISpecificationTool.st --- a/UISpecificationTool.st Fri May 08 16:10:06 2015 +0200 +++ b/UISpecificationTool.st Sat May 09 23:30:10 2015 +0200 @@ -11,6 +11,8 @@ " "{ Package: 'stx:libtool2' }" +"{ NameSpace: Smalltalk }" + ApplicationModel subclass:#UISpecificationTool instanceVariableNames:'modifiedHolder aspects specification selection specChannel buildInView listOfSpecViews' @@ -76,6 +78,9 @@ ^ super helpSpec addPairsFrom:#( +#addTabAction +'' + #allowNilColor 'Add an option to allow a nil-Color to be choosen' @@ -104,8 +109,6 @@ 'Add a toggle to choose the "default" color (resulting color will be nil)' ) - - "Modified: / 09-08-2012 / 09:37:58 / cg" ! ! !UISpecificationTool class methodsFor:'image specs'!