Add help for subSpec GUI Painter opening.
authorStefan Vogel <sv@exept.de>
Fri, 06 Feb 1998 15:10:15 +0100
changeset 610 c6dc33689c6a
parent 609 60f89fba074a
child 611 ba39b8506e97
Add help for subSpec GUI Painter opening.
UISpecificationTool.st
--- a/UISpecificationTool.st	Fri Feb 06 15:05:49 1998 +0100
+++ b/UISpecificationTool.st	Fri Feb 06 15:10:15 1998 +0100
@@ -323,6 +323,9 @@
 #oneTabPerLine
 'draw only one tab per line'
 
+#openSubSpecGuiHelp
+'Start a GUI Builder for this subspecification.'
+
 #orientation
 'define the orientation of the widget; horizontal or vertical.'
 
@@ -468,6 +471,8 @@
 'the windows label. This will be displayed by the windowManager in the windows frame.'
 
 )
+
+    "Modified: / 6.2.1998 / 14:08:44 / stefan"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!