UIBuilder.st
changeset 373 66283cb455bf
parent 372 6d7718f3d298
child 474 c337e7ad2220
equal deleted inserted replaced
372:6d7718f3d298 373:66283cb455bf
    41     It was created to allow execution of PD applications which were
    41     It was created to allow execution of PD applications which were
    42     written using that tool (and more and more are appearing ...).
    42     written using that tool (and more and more are appearing ...).
    43 
    43 
    44     The class is not completed yet and certainly not bug free.
    44     The class is not completed yet and certainly not bug free.
    45     Also, it is not quaranteed that all winSpecs are understood.
    45     Also, it is not quaranteed that all winSpecs are understood.
       
    46 
       
    47     Notice: 
       
    48         this class was implemented using protocol information
       
    49         from alpha testers, literature and by read public domain code
       
    50         - it may not be complete or compatible to
       
    51         the corresponding ST-80 class. 
       
    52         If you encounter any incompatibilities, please forward a note 
       
    53         describing the incompatibility verbal (i.e. no code) to the ST/X team.
    46 
    54 
    47     [author:]
    55     [author:]
    48         Claus Gittinger
    56         Claus Gittinger
    49 "
    57 "
    50 ! !
    58 ! !
   128 ! !
   136 ! !
   129 
   137 
   130 !UIBuilder class methodsFor:'documentation'!
   138 !UIBuilder class methodsFor:'documentation'!
   131 
   139 
   132 version
   140 version
   133     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.18 1997-01-17 19:53:59 cg Exp $'
   141     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.19 1997-01-17 20:36:49 cg Exp $'
   134 ! !
   142 ! !
   135 UIBuilder initialize!
   143 UIBuilder initialize!