UISpecificationTool.st
changeset 3214 eceb5d2c5526
parent 3107 985c4b07da6a
child 3221 0bd301f4d1e1
--- 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'!