UISpecificationTool.st
changeset 1333 d4012bd05057
parent 1331 fa88e14d026d
child 1344 8bde5f1b8600
--- 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'!