Changes between Version 14 and Version 15 of FRAME_TEMPLATES_R0


Ignore:
Timestamp:
01/08/09 20:38:32 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_TEMPLATES_R0

    v14 v15  
    6262 
    6363= Design = 
     64 * Add following properties in the Frame class: 
     65  * RwProp<Frame> template() - value property - It is the template frame of the frame. 
     66  * RwProp<BorderStyle> ownBorder() - The own border of this frame. It can be manipulated through a hud. 
     67  * Prop<BorderStyle> border() -auto property - It will be calculated depending on ownBorder(), template() and borderLock() 
     68  * RwProp<BackgroundStyle> ownBackground() - The own background of this frame. It can be manipulated through a hud. 
     69  * Prop<BackgroundStyle> background() -auto property - It will be calculated depending on ownBackground(), template() and backgroundLock() 
     70  * RwProp<ShadowStyle> ownShadow() - The own shadow of this frame. It can be manipulated through a hud. 
     71  * Prop<ShadowStyle> shadow() -auto property - It will be calculated depending on ownShadow(), template() and shadowLock() 
    6472 
    6573= Implementation =