Changes between Version 2 and Version 3 of FRAME_PROPERTY_LOCKING_R0
- Timestamp:
- 12/29/08 22:55:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_PROPERTY_LOCKING_R0
v2 v3 21 21 The result of this task must be code. 22 22 == Implementation idea == 23 *Create a value property24 25 26 27 28 29 30 *at the Frame class.23 Create a value property 24 * contentLock 25 * insetsLock 26 * boundsLock 27 * borderLock 28 * backgroundLock 29 * shadowLock 30 at the Frame class. 31 31 32 32 == Related ==