help texts
authorClaus Gittinger <cg@exept.de>
Tue, 09 Mar 1999 16:57:11 +0100
changeset 1051 148c81e896ac
parent 1050 355a8ff451b6
child 1052 2b65eda2938e
help texts
UISpecificationTool.st
--- a/UISpecificationTool.st	Tue Mar 09 16:56:38 1999 +0100
+++ b/UISpecificationTool.st	Tue Mar 09 16:57:11 1999 +0100
@@ -176,6 +176,9 @@
 #enableChannel
 'Aspect selector or binding for a boolean holder which enables the widget.'
 
+#escapeIsCancelInDialog
+'If on, and the window is opened modal, the ESC-Key acts like a Cancel-action'
+
 #fileSelectionFilterClas
 'The name of the item class used to create the entries into the hierarchical list.'
 
@@ -294,7 +297,7 @@
 'Open a Menu Editor on the menu.'
 
 #menuId
-'Aspect selector or binding for a menu spec defining the tool bar components.'
+'Aspect selector or binding providing the menu spec.'
 
 #menuPerformer
 'Aspect selector or binding providing the receiver of menu messages.'
@@ -371,6 +374,9 @@
 #resizeForLabel
 'Enable/disable automatic resize after a label change.'
 
+#returnIsOKInDialog
+'If on, and the window is opened modal, the Return/Enter-Key acts like an Accept-action'
+
 #rowIfAbsent
 'Name of the message sent to the application when an empty list entry is detected.'
 
@@ -465,7 +471,7 @@
 'If on, use the items index as selection; if off, use the items value.'
 
 #usePreferredExtent
-'If on, the window computes its preferred extent. Take specified extent if off.'
+'If on, the window computes its preferred extent; if off, the layout-sections value is used.'
 
 #validateDoubleClickSelector
 'Message sent to the application to validate double click (no action if false is returned).'