stx_libview2.st
changeset 2212 10ef223ce16e
parent 2208 7588fda3a33b
child 2218 91798db885b2
equal deleted inserted replaced
2211:66b7109e72e6 2212:10ef223ce16e
   286     "Return a description string which will appear in nt.def / bc.def"
   286     "Return a description string which will appear in nt.def / bc.def"
   287 
   287 
   288     ^ 'Smalltalk/X Additional Graphic Interfacing'
   288     ^ 'Smalltalk/X Additional Graphic Interfacing'
   289 !
   289 !
   290 
   290 
   291 fileDescription
       
   292     "Return a description string which will appear in <lib>.rc"
       
   293 
       
   294     ^ 'Smalltalk/X Additional Graphic Interfacing ClassLibrary'
       
   295 
       
   296     "Created: / 23-08-2006 / 00:07:05 / cg"
       
   297 !
       
   298 
       
   299 legalCopyright
   291 legalCopyright
   300     "Return copyright string which will appear in <lib>.rc"
   292     "Return copyright string which will appear in <lib>.rc"
   301 
   293 
   302     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
   294     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
   303 !
   295 !
   309 ! !
   301 ! !
   310 
   302 
   311 !stx_libview2 class methodsFor:'documentation'!
   303 !stx_libview2 class methodsFor:'documentation'!
   312 
   304 
   313 version
   305 version
   314     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.11 2006-09-11 10:02:57 cg Exp $'
   306     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.12 2006-09-14 08:59:12 cg Exp $'
   315 ! !
   307 ! !