Changes between Version 3 and Version 4 of FRAME_PROPERTY_LOCKING_R0


Ignore:
Timestamp:
01/08/09 14:35:08 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PROPERTY_LOCKING_R0

    v3 v4  
    4040 
    4141= Design = 
     42 * Add following properties in the Frame class 
     43  * !RwProp<Boolean> borderLock() - value property - It will provide if border could be changed. If border is locked, it could not be changed. 
     44  * !RwProp<Boolean> backgroundLock() - value property - It will provide if background could be changed. If background is locked, it could not be changed. 
     45  * !RwProp<Boolean> shadowLock() - value property - It will provide if shadow could be changed. If shadow is locked, it could not be changed. 
     46  * !RwProp<Insets> paddingInsetsLock() - value property - It will provide if padding could be changed. If padding is locked, it could not be changed. 
     47  * !RwProp<Insets> marginInsetsLock() - value property - It will provide if margin could be changed. If margin is locked, it could not be changed. 
    4248 
    4349= Implementation =