stx_libwidg.st
changeset 3342 78f1864f3466
parent 3341 04b4a5a268e6
child 3351 df60a6248d21
equal deleted inserted replaced
3341:04b4a5a268e6 3342:78f1864f3466
   126 !
   126 !
   127 
   127 
   128 description
   128 description
   129     "Return a description string which will appear in nt.def / bc.def"
   129     "Return a description string which will appear in nt.def / bc.def"
   130 
   130 
   131     ^ 'Smalltalk/X Class library'
   131     ^ 'Smalltalk/X Elementary Widgets'
       
   132 
       
   133     "Modified: / 22-08-2006 / 23:24:34 / cg"
       
   134 !
       
   135 
       
   136 fileDescription
       
   137     "Return a description string which will appear in <lib>.rc"
       
   138 
       
   139     ^ 'Smalltalk/X Elementary Widgets Class Library'
       
   140 
       
   141     "Created: / 22-08-2006 / 23:28:07 / cg"
   132 !
   142 !
   133 
   143 
   134 legalCopyright
   144 legalCopyright
   135     "Return copyright string which will appear in <lib>.rc"
   145     "Return copyright string which will appear in <lib>.rc"
   136 
   146 
   137     ^ 'Copyright eXept Software AG 1998-2006'
   147     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
       
   148 
       
   149     "Modified: / 22-08-2006 / 23:26:43 / cg"
   138 !
   150 !
   139 
   151 
   140 productName
   152 productName
   141     "Return a product name which will appear in <lib>.rc"
   153     "Return a product name which will appear in <lib>.rc"
   142 
   154 
   144 ! !
   156 ! !
   145 
   157 
   146 !stx_libwidg class methodsFor:'documentation'!
   158 !stx_libwidg class methodsFor:'documentation'!
   147 
   159 
   148 version
   160 version
   149     ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.2 2006-08-22 21:21:19 cg Exp $'
   161     ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.3 2006-08-22 21:28:43 cg Exp $'
   150 ! !
   162 ! !