SetInspectorView.st
changeset 647 1791ceddf2ef
parent 645 16a618dcbb43
child 794 b4b902784e00
equal deleted inserted replaced
646:04dafb2560bf 647:1791ceddf2ef
    43 
    43 
    44     ^ menu
    44     ^ menu
    45 ! !
    45 ! !
    46 
    46 
    47 !SetInspectorView methodsFor:'private'!
    47 !SetInspectorView methodsFor:'private'!
       
    48 
       
    49 defaultLabel
       
    50     ^ 'contents'
       
    51 
       
    52     "
       
    53      (Set with:1 with:2 with:3) inspect
       
    54     "
       
    55 
       
    56     "Modified: 28.6.1996 / 16:05:42 / cg"
       
    57 !
    48 
    58 
    49 fieldList 
    59 fieldList 
    50     "return a list of names for the selectionlist. Leave hasMore as
    60     "return a list of names for the selectionlist. Leave hasMore as
    51      true, if a '...' entry should be added."
    61      true, if a '...' entry should be added."
    52 
    62 
   130 ! !
   140 ! !
   131 
   141 
   132 !SetInspectorView  class methodsFor:'documentation'!
   142 !SetInspectorView  class methodsFor:'documentation'!
   133 
   143 
   134 version
   144 version
   135 "
   145     ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.5 1996-06-28 14:12:50 cg Exp $'
   136 $Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.4 1996-06-28 13:54:36 cg Exp $
       
   137 "
       
   138 ! !
   146 ! !