PropertyListDictionary.st
changeset 1459 748e0d48a148
parent 880 26429c5ffbbe
child 1730 f6732f77edf8
equal deleted inserted replaced
1458:43c22152a2f5 1459:748e0d48a148
       
     1 "{ Package: 'stx:libview2' }"
       
     2 
     1 IdentityDictionary subclass:#PropertyListDictionary
     3 IdentityDictionary subclass:#PropertyListDictionary
     2 	instanceVariableNames:''
     4 	instanceVariableNames:''
     3 	classVariableNames:''
     5 	classVariableNames:''
     4 	poolDictionaries:''
     6 	poolDictionaries:''
     5 	category:'Interface-Support-UI'
     7 	category:'Interface-Support-UI'
   146 ! !
   148 ! !
   147 
   149 
   148 !PropertyListDictionary class methodsFor:'documentation'!
   150 !PropertyListDictionary class methodsFor:'documentation'!
   149 
   151 
   150 version
   152 version
   151     ^ '$Header: /cvs/stx/stx/libview2/PropertyListDictionary.st,v 1.1 1998-03-31 07:48:29 ca Exp $'
   153     ^ '$Header: /cvs/stx/stx/libview2/PropertyListDictionary.st,v 1.2 2001-02-06 18:49:24 ps Exp $'
   152 ! !
   154 ! !