SetInspectorView.st
changeset 6491 d02c41c57d02
parent 6324 29bf9ceffe8f
child 6943 ba2398a0e68f
equal deleted inserted replaced
6490:bf40a970fe9a 6491:d02c41c57d02
    50 "
    50 "
    51     #(a b c d e) asSet inspect
    51     #(a b c d e) asSet inspect
    52 "
    52 "
    53 ! !
    53 ! !
    54 
    54 
    55 !SetInspectorView methodsFor:'initialization'!
    55 !SetInspectorView methodsFor:'menu'!
    56 
    56 
    57 fieldMenu
    57 fieldMenu
    58     <resource: #programMenu >
    58     <resource: #programMenu >
    59 
    59 
    60     |menu|
    60     |menu|
   182 ! !
   182 ! !
   183 
   183 
   184 !SetInspectorView class methodsFor:'documentation'!
   184 !SetInspectorView class methodsFor:'documentation'!
   185 
   185 
   186 version
   186 version
   187     ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.21 2005-06-21 16:02:02 cg Exp $'
   187     ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.22 2006-01-24 16:27:18 cg Exp $'
   188 ! !
   188 ! !