help texts
authorClaus Gittinger <cg@exept.de>
Wed, 20 May 1998 02:28:44 +0200
changeset 837 51876d557fed
parent 836 b44c0047291f
child 838 0ac5a26498c1
help texts
UISpecificationTool.st
--- a/UISpecificationTool.st	Wed May 20 01:20:21 1998 +0200
+++ b/UISpecificationTool.st	Wed May 20 02:28:44 1998 +0200
@@ -126,7 +126,7 @@
 'Make the widget dependent on each row (i.e. rows send change messages).'
 
 #booleanHolder
-'Aspect selector or binding for a boolean holder which enables/disables the widget.'
+'Aspect selector or binding for a boolean holder which enables the widget.'
 
 #borderWidth
 'Defines the width of the border (in pixels).'
@@ -171,7 +171,7 @@
 'Name of the message sent to the application when the down(right)-button is pressed.'
 
 #enableChannel
-'Aspect selector or binding for a boolean holder which enables/disables the widget.'
+'Aspect selector or binding for a boolean holder which enables the widget.'
 
 #fileSelectionFilterClas
 'The name of the item class used to create the entries into the hierarchical list.'
@@ -255,7 +255,7 @@
 'Aspect selector or binding for a labelString holder.'
 
 #labelIsImage
-'If on, the label is the selector if a message providing an imageLabel.'
+'Label is actually the selector if a message providing an image-label.'
 
 #labelPositionList
 'Defines the position of the label.'
@@ -417,10 +417,10 @@
 'Defines the type of the border style of the tab items (Windows style vs. Mac style).'
 
 #tabable
-'If on, the widget can be reached by pressing the TAB key.'
+'Widget can be reached by pressing the TAB key.'
 
 #translateLabel
-'If on, the label is translated via the resource mechanism to a national language string.'
+'Translate the label via the resource mechanism to a national language string.'
 
 #typeConverter
 'Defines how the entry string is converted to an object which is passed to the model.'
@@ -460,7 +460,7 @@
 
 )
 
-    "Modified: / 22.4.1998 / 13:45:36 / cg"
+    "Modified: / 20.5.1998 / 01:59:55 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!