UISpecificationTool.st
changeset 1190 237c82b3b0fc
parent 1181 074051c3fb70
child 1296 a2e403565be2
--- a/UISpecificationTool.st	Tue Jul 13 17:39:43 1999 +0200
+++ b/UISpecificationTool.st	Tue Jul 13 17:49:25 1999 +0200
@@ -212,6 +212,12 @@
 #dragStartArgument
 'Optional user defined argument stored in the DropSource'
 
+#drawBoxChannel
+'Boolean aspect which controls box-display.'
+
+#drawNormalsChannel
+'Boolean aspect which controls normals-display.'
+
 #dropArgument
 'Optional user defined argument stored in the DropTarget'
 
@@ -272,6 +278,24 @@
 #gallerySelectors
 'Name of the message sent to the application returning a list of resource spec selectors.'
 
+#glxGraphXMax
+'range end x'
+
+#glxGraphXMin
+'range start x'
+
+#glxGraphXStep
+'range step x'
+
+#glxGraphYMax
+'range end y'
+
+#glxGraphYMin
+'range start y'
+
+#glxGraphYStep
+'range step y'
+
 #has3Dseparators
 'Enable 3D-look row/column separators.'
 
@@ -485,6 +509,9 @@
 #setMinExtent
 'Pick the minimum extent from the canvases current extent.'
 
+#showBox
+'Display a bounding box.'
+
 #showDirectoryIndicator
 'Show/hide directory indicators for non-empty directories.'
 
@@ -500,6 +527,9 @@
 #showLines
 'Show/hide connecting lines between tree items.'
 
+#showNormals
+'Display normals.'
+
 #showPercentage
 'Show/hide the percentage display.'
 
@@ -593,6 +623,24 @@
 #windowLabel
 'Label of the top window.'
 
+#xRotChannel
+'Aspect providing x-Rotation value.'
+
+#xTransChannel
+'Aspect providing x-Translation value.'
+
+#yRotChannel
+'Aspect providing y-Rotation value.'
+
+#yTransChannel
+'Aspect providing y-Translation value.'
+
+#zRotChannel
+'Aspect providing z-Rotation value.'
+
+#zTransChannel
+'Aspect providing z-Translation value.'
+
 )
 ! !