*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 01 Oct 2002 16:44:46 +0200
changeset 1612 15d05e73f258
parent 1611 2f23751929d6
child 1613 1d4f11252d3b
*** empty log message ***
UISpecificationTool.st
--- a/UISpecificationTool.st	Mon Sep 30 15:42:48 2002 +0200
+++ b/UISpecificationTool.st	Tue Oct 01 16:44:46 2002 +0200
@@ -137,6 +137,9 @@
 #backgroundColor
 'Defines the background color of the widget.'
 
+#barLevel
+'Defines the 3D level of the separating bar between views.'
+
 #barWidth
 'Defines the width of the separating bar between views (in pixels).'
 
@@ -347,6 +350,9 @@
 #highlightMode
 'Defines how selected items are highlighted'
 
+#holderToToggleVisibility
+'Aspect selector or binding for a boolean to toggle visibility.'
+
 #horizontalLayout
 'Defines how sub components are arranged horizontally.'
 
@@ -686,6 +692,9 @@
 #visibilityChannel
 'Aspect selector or binding for a boolean holder which makes the widget visible.'
 
+#whichViewIsToggled
+'Which views visibility is toggled by the valueHolder.'
+
 #windowIcon
 'Message sent to ask the application for an icon image for the top window.'