class: UISpecificationTool
authorClaus Gittinger <cg@exept.de>
Sat, 09 May 2015 23:30:10 +0200
changeset 3214 eceb5d2c5526
parent 3213 33e1f779fa15
child 3215 4c69b031fb70
class: UISpecificationTool changed: #helpSpec
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'!