TabItemEditor.st
changeset 583 70b284bc7116
parent 582 3343d860b400
child 604 9d62f4f07c65
--- a/TabItemEditor.st	Wed Feb 04 16:37:25 1998 +0100
+++ b/TabItemEditor.st	Wed Feb 04 16:53:16 1998 +0100
@@ -74,13 +74,13 @@
 'Adds a new tab item.'
 
 #argument
-''
+'a user defined argument not explicitly used by the tab item.'
 
 #canSelect
-'Turns on/off selection behavior of the tab list item.'
+'Turns on/off selection behavior of the tab item.'
 
 #color
-'Color of the label.'
+'define the foreground color of the  label. The default derives from the style sheet.'
 
 #fileCreateAspectMethod
 'Creates the aspect method for the tab list.'
@@ -95,10 +95,10 @@
 'Saves current tab list.'
 
 #label
-'Label of the tab list item.'
+'Label of the tab item.'
 
 #labelDerivesFromApplication
-''
+'if the value is off (the default), the tabs label is the string as entered in the label aspect. Otherwise, its the name of the message sent to the application - this should return a string or bitmap image, which is used as logo in the tab.'
 
 #testPreview
 'Turns on/off preview of the tab list.'
@@ -200,11 +200,11 @@
           #'window:' 
            #(#WindowSpec
               #'name:' 'Tab Basic'
-              #'layout:' #(#LayoutFrame 123 0 255 0 485 0 480 0)
+              #'layout:' #(#LayoutFrame 134 0 107 0 496 0 332 0)
               #'label:' 'Tab Basic'
               #'min:' #(#Point 10 10)
               #'max:' #(#Point 1280 1024)
-              #'bounds:' #(#Rectangle 123 255 486 481)
+              #'bounds:' #(#Rectangle 134 107 497 333)
               #'usePreferredExtent:' false
           )
           #'component:'