Changes between Version 6 and Version 7 of FRAME_INSETS_R0


Ignore:
Timestamp:
12/16/08 16:20:47 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_INSETS_R0

    v6 v7  
    4646 * !InsetsProp should have 3 constructors: 
    4747  * default - setting all four widths to 0 
    48   * with one Float argument a - setting all four widths to a 
     48  * with one Float argument width - setting all four widths to width 
    4949  * with four different arguments - setting top(), left(), bottom(), right() widths in this order. 
    5050 * org.sophie2.base.model.book.!TestInsets is a test that checks if insets are correct;