UISpecificationTool.st
changeset 1414 1c2b4909ba3a
parent 1401 f125c85f21e2
child 1473 3a437483e5fd
--- a/UISpecificationTool.st	Thu Oct 12 19:04:55 2000 +0200
+++ b/UISpecificationTool.st	Fri Oct 20 09:42:45 2000 +0200
@@ -212,12 +212,12 @@
 #defaultLabel
 'Default label (used, if nothing selected).'
 
+#documentText
+'Aspect selector or binding for a holder of the html document itself.'
+
 #documentURL
 'Aspect selector or binding for a holder of the URL of the document.'
 
-#documentText
-'Aspect selector or binding for a holder of the html document itself.'
-
 #doubleClickSelector
 'Message sent to the application upon double click.'
 
@@ -326,9 +326,6 @@
 #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.'
 
@@ -359,6 +356,9 @@
 #id
 'Unique symbolic name (ID) of the widget.'
 
+#indicatorClickSelector
+'Message sent to the application upon indicator click'
+
 #initiallyDisabled
 'Widget is initially disabled.'
 
@@ -521,6 +521,9 @@
 #resizeForLabel
 'Enable/disable automatic resize after a label change.'
 
+#resourceSelector
+'Message sent to the application to get a Directory of keys and icons to register on the device'
+
 #returnIsOKInDialog
 'If on, and the window is opened modal, the Return/Enter-Key acts like an Accept-action'
 
@@ -584,6 +587,9 @@
 #sliderValueHolder
 'Aspect selector or binding for a holder on the sliders value.'
 
+#snapMode
+'Show a quick-resize snap handle'
+
 #specHolder
 'Aspect selector or binding for holding the selector returning a window specification.'