UISpecificationTool.st
changeset 1164 b56fe337f2ea
parent 1163 b33772ad326f
child 1165 40ffba106cde
--- a/UISpecificationTool.st	Mon Jul 05 22:58:42 1999 +0200
+++ b/UISpecificationTool.st	Mon Jul 05 23:09:40 1999 +0200
@@ -126,7 +126,7 @@
 'Show a default (-return) bitmap after the label.'
 
 #beDependentOfRows
-'Make the widget dependent on each row (i.e. rows send change messages).'
+'Make the widget dependent on each row (ie rows send change messages).'
 
 #booleanHolder
 'Aspect selector or binding for a boolean holder which enables the widget.'
@@ -161,6 +161,9 @@
 #codeFileEntry
 'The name of the java classFile which contains the applets code. For example: ''ArcTest.class'''
 
+#columnAdaptor
+'Name of a method in the application which returns a column adaptor.'
+
 #columnButton
 'Opens a Table Columns Builder.'
 
@@ -260,7 +263,7 @@
 #gallerySelectors
 'Name of the message sent to the application returning a list of resource spec selectors.'
 
-#has3Dsepartors
+#has3Dseparators
 'Enable 3D-look row/column separators.'
 
 #hasBorder
@@ -458,6 +461,9 @@
 #selectConditionSelector
 'Message sent to the application to validate a selection (not selectable if false is returned).'
 
+#selectRowOnDefault
+'Select whole row, if unselectable column is selected.'
+
 #selectionHolder
 'Aspect selector or binding for a holder on the selection.'
 
@@ -473,6 +479,9 @@
 #showDirectoryIndicatorForRoot
 'Show/hide the directory indicator for the root item.'
 
+#showLabels
+'Show/hide column labels.'
+
 #showLamp
 'Show/hide the colored lamp.'
 
@@ -512,6 +521,12 @@
 #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.'