Changes between Version 36 and Version 37 of FRAME_BORDERS_R0
- Timestamp:
- 01/10/09 19:34:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v36 v37 33 33 = Design = 34 34 35 * Add Insets borderInsets() property for representing border insets into the Frame. They are used by the set/get Location and Size methods in the Frame.35 * Rename border thickness to borderInsets() in the BorderStyle to be able to represent borders with different left, right, top and bottom widths. Fix where needed. 36 36 37 37 * Move the !SceneColor to org.sophie2.base.util and rename it to !ImmColor. 38 38 39 * Add !ImmColor borderColor() property to the Frame.39 * Change the type of borderColor() property in the BorderStyle to !ImmColor. Fix where needed. 40 40 41 41 * Add two properties to the !ShapeSceneElement