helpSpec
authorClaus Gittinger <cg@exept.de>
Mon, 07 Feb 2000 12:52:27 +0100
changeset 1333 d4012bd05057
parent 1332 ba34b85c14d8
child 1334 36c1ee53aede
helpSpec
UISpecificationTool.st
--- a/UISpecificationTool.st	Sat Feb 05 15:26:13 2000 +0100
+++ b/UISpecificationTool.st	Mon Feb 07 12:52:27 2000 +0100
@@ -636,6 +636,9 @@
 #verticalSpace
 'Vertical space between the sub components (in pixels).'
 
+#viewChannel
+'Aspect selector or binding for a holder provides the view to be embedded.'
+
 #visibilityChannel
 'Aspect selector or binding for a boolean holder which makes the widget visible.'
 
@@ -665,7 +668,7 @@
 
 )
 
-    "Modified: / 5.2.2000 / 03:11:36 / cg"
+    "Modified: / 5.2.2000 / 17:46:29 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!