UISpecificationTool.st
changeset 1176 d74bb0388a1e
parent 1166 ee8ff9acf223
child 1181 074051c3fb70
--- a/UISpecificationTool.st	Thu Jul 08 11:37:01 1999 +0200
+++ b/UISpecificationTool.st	Thu Jul 08 17:10:15 1999 +0200
@@ -176,18 +176,21 @@
 #columnHolder
 'Aspect selector or binding for a holder on the list of the column descriptions.'
 
+#componentsChangeSize
+'Recompute layout when any component changes its size.'
+
 #converter
 'Method in the application returning a typeconverter.'
 
+#dblClickChannel
+'Aspect selector or binding for a holder on the double-clicked item.'
+
 #defaultLabel
 'Default label (used, if nothing selected).'
 
 #document
 'Aspect selector or binding for a holder of the URL of the document.'
 
-#dblClickChannel
-'Aspect selector or binding for a holder on the double-clicked item.'
-
 #doubleClickSelector
 'Message sent to the application upon double click.'
 
@@ -335,12 +338,12 @@
 #label
 'The label of the widget.'
 
+#labelAlignment
+'Specifies how the labels logo is positioned within the Label.'
+
 #labelChannel
 'Aspect selector or binding for a labelString holder.'
 
-#labelAlignment
-'Specifies how the labels logo is positioned within the Label.'
-
 #labelIsImage
 'Label is actually the selector if a message providing an image-label.'
 
@@ -527,12 +530,6 @@
 #supportsExpandAll
 'Enable/disable the expand-all function'
 
-#tabbedOverEndAction
-'Method invoked when the end was reached by tabbing.'
-
-#tabbedOverStartAction
-'Method invoked when the beginning was reached by tabbing.'
-
 #tabLabels
 'Name of the message sent to the application returning a list of labels for the tab items.'
 
@@ -545,6 +542,12 @@
 #tabable
 'Widget can be reached by pressing the TAB key.'
 
+#tabbedOverEndAction
+'Method invoked when the end was reached by tabbing.'
+
+#tabbedOverStartAction
+'Method invoked when the beginning was reached by tabbing.'
+
 #translateLabel
 'Translate the label via the resource mechanism to a national language string.'