ST80FormReader.st
changeset 1745 4fa0fad2a463
parent 894 35cbe1ab4484
child 1805 93f557cbe600
equal deleted inserted replaced
1744:e98e50a3c3b9 1745:4fa0fad2a463
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
       
    13 "{ Package: 'stx:libview2' }"
       
    14 
    13 ImageReader subclass:#ST80FormReader
    15 ImageReader subclass:#ST80FormReader
    14 	instanceVariableNames:''
    16 	instanceVariableNames:''
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    17 	category:'Graphics-Images-Support'
    19 	category:'Graphics-Images-Readers'
    18 !
    20 !
    19 
    21 
    20 !ST80FormReader class methodsFor:'documentation'!
    22 !ST80FormReader class methodsFor:'documentation'!
    21 
    23 
    22 copyright
    24 copyright
   186 ! !
   188 ! !
   187 
   189 
   188 !ST80FormReader class methodsFor:'documentation'!
   190 !ST80FormReader class methodsFor:'documentation'!
   189 
   191 
   190 version
   192 version
   191     ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.21 1998-04-06 08:34:39 cg Exp $'
   193     ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.22 2003-04-10 14:25:59 cg Exp $'
   192 ! !
   194 ! !
       
   195 
   193 ST80FormReader initialize!
   196 ST80FormReader initialize!