Border.st
changeset 5457 c763a1cd9286
parent 5408 1eb5612a463a
child 6714 08b320104918
equal deleted inserted replaced
5456:0df0f5ce9d91 5457:c763a1cd9286
    35 !
    35 !
    36 
    36 
    37 documentation
    37 documentation
    38 "
    38 "
    39     a border holds the values of a view's (or component's) border.
    39     a border holds the values of a view's (or component's) border.
    40     It is (currently) not used by ST/X, but provided as a comatibility hook.
    40     We have only recently started to change the system to use borders instead of separate
    41     (... however, ST/X is being rewritten to make use of it soon).
    41     borderWidth, borderColor, level, shadow- and lightColors.
    42 
    42     Expect more changes here in the near future..
    43     Notice:
       
    44 	this class was implemented using protocol information
       
    45 	from alpha testers, from reading PD programs and
       
    46 	from the Hopkins/Horan book.
       
    47 	- it may not be complete or compatible to the corresponding ST-80 class.
       
    48 	If you encounter any incompatibilities, please forward a note
       
    49 	describing the incompatibility verbal (i.e. no code) to the ST/X team.
       
    50 
    43 
    51     [see also:]
    44     [see also:]
    52 	Wrapper SimpleView
    45         SimpleView
    53 
    46 
    54     [author:]
    47     [author:]
    55 	Claus Gittinger
    48         Claus Gittinger
    56 "
    49 "
    57 !
    50 !
    58 
    51 
    59 examples
    52 examples
    60 "
    53 "
   242 ! !
   235 ! !
   243 
   236 
   244 !Border class methodsFor:'documentation'!
   237 !Border class methodsFor:'documentation'!
   245 
   238 
   246 version
   239 version
   247     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.8 2009-10-24 10:07:32 cg Exp $'
   240     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.9 2009-11-04 11:23:14 cg Exp $'
   248 !
   241 !
   249 
   242 
   250 version_CVS
   243 version_CVS
   251     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.8 2009-10-24 10:07:32 cg Exp $'
   244     ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.9 2009-11-04 11:23:14 cg Exp $'
   252 ! !
   245 ! !