UIBuilder.st
changeset 223 b65dc250db8d
parent 139 779ae6adb925
child 270 229eb729da57
equal deleted inserted replaced
222:c51b06f6bf9a 223:b65dc250db8d
     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 WindowBuilder subclass:#UIBuilder
    13 WindowBuilder subclass:#UIBuilder
    14 	 instanceVariableNames:'view currentMenuSelector menuAspect spec'
    14 	instanceVariableNames:'view currentMenuSelector menuAspect spec'
    15 	 classVariableNames:'Verbose'
    15 	classVariableNames:'Verbose'
    16 	 poolDictionaries:''
    16 	poolDictionaries:''
    17 	 category:'Interface-Support-UI'
    17 	category:'Interface-Support-UI'
    18 !
    18 !
    19 
    19 
    20 !UIBuilder class methodsFor:'documentation'!
    20 !UIBuilder class methodsFor:'documentation'!
    21 
    21 
    22 copyright
    22 copyright
    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     [author:]
       
    48         Claus Gittinger
    46 "
    49 "
    47 ! !
    50 ! !
    48 
    51 
    49 !UIBuilder class methodsFor:'initialization'!
    52 !UIBuilder class methodsFor:'initialization'!
    50 
    53 
   885 ! !
   888 ! !
   886 
   889 
   887 !UIBuilder class methodsFor:'documentation'!
   890 !UIBuilder class methodsFor:'documentation'!
   888 
   891 
   889 version
   892 version
   890     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.12 1995-12-09 22:11:21 cg Exp $'
   893     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.13 1996-04-25 16:43:47 cg Exp $'
   891 ! !
   894 ! !
   892 UIBuilder initialize!
   895 UIBuilder initialize!