BeveledBorder.st
changeset 6829 2a2eb369fa0d
parent 6718 f2cbb141e564
child 7382 7f4cfe947539
equal deleted inserted replaced
6828:d7a7f04b015f 6829:2a2eb369fa0d
    34  other person.  No title to or ownership of the software is
    34  other person.  No title to or ownership of the software is
    35  hereby transferred.
    35  hereby transferred.
    36 "
    36 "
    37 !
    37 !
    38 
    38 
       
    39 documentation
       
    40 "
       
    41     This will replace the mixture of window-system supported borders and manually
       
    42     drawn 3D levels (which is ugly, but served me well for almost 20years now).
       
    43 
       
    44     [author:]
       
    45         Claus Gittinger
       
    46 "
       
    47 !
       
    48 
    39 examples
    49 examples
    40 "
    50 "
    41                                                 [exBegin]
    51                                                 [exBegin]
    42      |top v b|
    52      |top v b|
    43 
    53 
   209 ! !
   219 ! !
   210 
   220 
   211 !BeveledBorder class methodsFor:'documentation'!
   221 !BeveledBorder class methodsFor:'documentation'!
   212 
   222 
   213 version_CVS
   223 version_CVS
   214     ^ '$Header: /cvs/stx/stx/libview/BeveledBorder.st,v 1.5 2015-01-06 11:36:13 cg Exp $'
   224     ^ '$Header: /cvs/stx/stx/libview/BeveledBorder.st,v 1.6 2015-03-25 14:27:20 cg Exp $'
   215 ! !
   225 ! !
   216 
   226