# HG changeset patch # User Claus Gittinger # Date 1033483486 -7200 # Node ID 15d05e73f25847c96f283f8804b15606e82a5df1 # Parent 2f23751929d6d7550e6a4b22549a539332c093f4 *** empty log message *** diff -r 2f23751929d6 -r 15d05e73f258 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.'