Border.st
changeset 5391 0ef0b272c283
parent 5373 44c47ff50380
child 5408 1eb5612a463a
equal deleted inserted replaced
5390:9509eceb1348 5391:0ef0b272c283
    13 
    13 
    14 AbstractBorder subclass:#Border
    14 AbstractBorder subclass:#Border
    15 	instanceVariableNames:'left right top bottom leftColor rightColor topColor bottomColor'
    15 	instanceVariableNames:'left right top bottom leftColor rightColor topColor bottomColor'
    16 	classVariableNames:''
    16 	classVariableNames:''
    17 	poolDictionaries:''
    17 	poolDictionaries:''
    18 	category:'Interface-Support'
    18 	category:'Graphics-Support'
    19 !
    19 !
    20 
    20 
    21 !Border class methodsFor:'documentation'!
    21 !Border class methodsFor:'documentation'!
    22 
    22 
    23 copyright
    23 copyright
   397 ! !
   397 ! !
   398 
   398 
   399 !Border class methodsFor:'documentation'!
   399 !Border class methodsFor:'documentation'!
   400 
   400 
   401 version
   401 version
   402     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.6 2009-10-23 12:24:39 cg Exp $'
   402     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.7 2009-10-23 15:23:48 cg Exp $'
   403 !
   403 !
   404 
   404 
   405 version_CVS
   405 version_CVS
   406     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.6 2009-10-23 12:24:39 cg Exp $'
   406     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.7 2009-10-23 15:23:48 cg Exp $'
   407 ! !
   407 ! !