UIBuilder.st
changeset 132 0a8fe342ed91
parent 125 fa5b5e4336bf
child 139 779ae6adb925
equal deleted inserted replaced
131:c93e19f86d9e 132:0a8fe342ed91
    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 "
    46 "
    47 !
       
    48 
       
    49 version
       
    50     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.10 1995-11-23 10:43:28 cg Exp $'
       
    51 ! !
    47 ! !
    52 
    48 
    53 !UIBuilder class methodsFor:'initialization'!
    49 !UIBuilder class methodsFor:'initialization'!
    54 
    50 
    55 initialize
    51 initialize
   878      make the font smaller for less ugly looking elements."
   874      make the font smaller for less ugly looking elements."
   879 
   875 
   880 "/   aComponent font:(aComponent font size:8)
   876 "/   aComponent font:(aComponent font size:8)
   881 ! !
   877 ! !
   882 
   878 
       
   879 !UIBuilder class methodsFor:'documentation'!
       
   880 
       
   881 version
       
   882     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.11 1995-12-03 12:31:07 cg Exp $'
       
   883 ! !
   883 UIBuilder initialize!
   884 UIBuilder initialize!