Changes between Version 6 and Version 7 of FRAME_INSETS_R0
- Timestamp:
- 12/16/08 16:20:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_INSETS_R0
v6 v7 46 46 * !InsetsProp should have 3 constructors: 47 47 * default - setting all four widths to 0 48 * with one Float argument a - setting all four widths to a48 * with one Float argument width - setting all four widths to width 49 49 * with four different arguments - setting top(), left(), bottom(), right() widths in this order. 50 50 * org.sophie2.base.model.book.!TestInsets is a test that checks if insets are correct;