UISpecificationTool.st
changeset 1401 f125c85f21e2
parent 1386 5b562fd44e68
child 1414 1c2b4909ba3a
--- a/UISpecificationTool.st	Tue Aug 22 13:16:05 2000 +0200
+++ b/UISpecificationTool.st	Tue Aug 29 11:37:43 2000 +0200
@@ -131,6 +131,9 @@
 #backgroundColor
 'Defines the background color of the widget.'
 
+#barWidth
+'Defines the width of the separating bar between views (in pixels).'
+
 #beDefault
 'Show a default (-return) bitmap after the label.'
 
@@ -320,6 +323,12 @@
 #glxGraphYStep
 'range step y'
 
+#handlePosition
+'The postion of the handle (Default means: as specified by viewStyle).'
+
+#snapMode
+'Show a quick-resize snap handle'
+
 #has3Dseparators
 'Enable 3D-look row/column separators.'
 
@@ -491,6 +500,9 @@
 #paramValueField
 'The value of the appletParameter.'
 
+#postBuildChannel
+'Callback to application; invoked after creation of this widget.'
+
 #progressValueHolder
 'Aspect selector or binding for a holder on the indicators value.'
 
@@ -543,7 +555,7 @@
 'Show/hide the directory indicator for the root item.'
 
 #showHandle
-'Show resize-handles.'
+'Show resize-handles (Default means: as specified by viewStyle).'
 
 #showLabels
 'Show/hide column labels.'